Skip to content

Commit

Permalink
Require Node.js 10 (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Richienb authored Jul 10, 2020
1 parent 9da0175 commit d64fa61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
language: node_js
node_js:
- '10'
- '8'
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "sindresorhus.com"
},
"engines": {
"node": ">=8"
"node": ">=10"
},
"scripts": {
"test": "xo && ava && tsd"
Expand All @@ -35,7 +35,7 @@
"tags"
],
"dependencies": {
"to-semver": "^2.0.0"
"to-semver": "^3.0.0"
},
"devDependencies": {
"ava": "^1.4.1",
Expand Down

0 comments on commit d64fa61

Please sign in to comment.