Skip to content

Commit

Permalink
Set node engine versions to v0.12/4/5/6, upgrade NaN to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
joelpurra committed Jul 24, 2016
1 parent 2143ba0 commit c3abebb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,17 @@
},
"dependencies": {
"bindings": "^1.2.1",
"nan": "^1.8.0"
"nan": "^2.4.0"
},
"devDependencies": {
"mocha": "^2.2.5",
"expect.js": "^0.3.1",
"async": "^1.2.0"
},
"engines": {
"node": "^0.12.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"npm": "^2.0.0 || ^3.0.0"
},
"scripts": {
"postinstall": "node-gyp clean rebuild",
"test": "./node_modules/.bin/mocha"
Expand Down

0 comments on commit c3abebb

Please sign in to comment.