Skip to content

Commit

Permalink
try nan 1.6.2 + remove engines which is becoming unsustainable/silly …
Browse files Browse the repository at this point in the history
…to keep up to date
  • Loading branch information
Dane Springmeyer committed Feb 11, 2015
1 parent 4b20b90 commit 80b4dc3
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions package.json
Expand Up @@ -13,7 +13,7 @@
"contributors" : [],
"licenses" : ["BSD"],
"dependencies" : {
"nan": "~1.5.1",
"nan": "~1.6.2",
"node-pre-gyp": "~0.6.2"
},
"bundledDependencies":["node-pre-gyp"],
Expand All @@ -26,9 +26,6 @@
"bin" : {
"unzip.js" : "./bin/unzip.js"
},
"engines" : {
"node": ">= 0.8.0 < 0.13"
},
"scripts" : {
"prepublish" : "npm install node-pre-gyp",
"test" : "mocha -R spec",
Expand Down

0 comments on commit 80b4dc3

Please sign in to comment.