Commit 9e0fcb7f by Dane Springmeyer

Merge pull request #327 from ErisDS/patch-1

[Suggestion] Use NPM features to ensure correct node version
parents 72c51aa2 10859d93
......@@ -48,8 +48,9 @@
"aws-sdk": "~2.0.4"
},
"engines": {
"node": ">= 0.8.0 < 0.13.0"
"node": ">= 0.8.0 < 0.11.0 || >= 0.11.13 < 0.13.0"
},
"engineStrict": true,
"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"pretest": "node test/support/createdb.js",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment