Skip to content

Commit

Permalink
Merge pull request #16 from ben-ng/drop-unsupported-nodes
Browse files Browse the repository at this point in the history
drop unsupported node versions
  • Loading branch information
stefanpenner authored Sep 10, 2019
2 parents df1b6ce + 3d6279e commit 3d17842
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ sudo: false
language: node_js

node_js:
- "0.12"
- "4"
- "6"
- "7"
- "8"
- "10"
- "12"

before_install:
- npm config --global set spin false
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"validator",
"sourcemap"
],
"version": "1.1.1",
"version": "2.0.0",
"repository": {
"type": "git",
"url": "git://github.com/ben-ng/sourcemap-validator.git"
Expand All @@ -38,6 +38,6 @@
},
"optionalDependencies": {},
"engines": {
"node": "^0.10 || ^4.5 || 6.* || >= 7.*"
"node": "8.* || >= 10.*"
}
}

0 comments on commit 3d17842

Please sign in to comment.