Skip to content

Commit

Permalink
require node 10
Browse files Browse the repository at this point in the history
  • Loading branch information
bendrucker committed Oct 5, 2020
1 parent b0ac7b9 commit 389d4ff
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
language: node_js
node_js:
- iojs
- lts/*
11 changes: 7 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,17 @@
"browser"
],
"devDependencies": {
"proxyquire": "~1.6.0",
"standard": "^4.0.0",
"tape": "^4.0.0"
"proxyquire": "~2.1.3",
"standard": "^14.3.4",
"tape": "^5.0.1"
},
"files": [
"index.js"
],
"dependencies": {
"global": "~4.3.0"
"global": "~4.4.0"
},
"engines": {
"node": ">= 10"
}
}

0 comments on commit 389d4ff

Please sign in to comment.