Skip to content

Commit

Permalink
Merge pull request #8 from millette/upgrade-deps
Browse files Browse the repository at this point in the history
- upgrade deps
- added node-gyp to dependencies to fix installation through yarn instead of npm.
  • Loading branch information
avz authored Apr 12, 2018
2 parents 0016963 + 5684cc9 commit 82490ff
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@
"darwin"
],
"dependencies": {
"nan": "2.3"
"nan": "^2.10.0",
"node-gyp": "^3.6.2"
},
"devDependencies": {
"nodeunit": "^0.10.2"
"nodeunit": "^0.11.2"
}
}

0 comments on commit 82490ff

Please sign in to comment.