Skip to content

Commit

Permalink
Merge pull request #12 from vrza/upgrade-nan-dependency-only
Browse files Browse the repository at this point in the history
Upgrade nan dependency to 2.14.0, to support linking against node 10 (PR #2)
  • Loading branch information
ivan authored Sep 5, 2019
2 parents 6f498fe + 23b3255 commit 4ba712e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"test-strong-mode": "node --strong-mode ./node_modules/.bin/_mocha tests/*.js"
},
"dependencies": {
"nan": "^2.0.0"
"nan": "^2.14.0"
},
"devDependencies": {
"eslint": "^1.0.0",
Expand Down

0 comments on commit 4ba712e

Please sign in to comment.