Skip to content

Commit

Permalink
adding support for Node 9 and 10
Browse files Browse the repository at this point in the history
  • Loading branch information
evancohen committed Jan 10, 2019
1 parent 3f5f944 commit a6e3c83
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ env:
- NODE_VERSION="7.0.0"
- NODE_VERSION="8.0.0"
- NODE_VERSION="9.0.0"
- NODE_VERSION="10.0.0"

before_install:
# use the correct version of node
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"gypfile": true,
"license": "Apache-2.0",
"dependencies": {
"node-pre-gyp": "^0.6.30"
"node-pre-gyp": "^0.12.0"
},
"devDependencies": {
"@types/node": "^6.0.38",
Expand Down

0 comments on commit a6e3c83

Please sign in to comment.