Merge pull request #327 from ErisDS/patch-1
[Suggestion] Use NPM features to ensure correct node version
Showing
| ... | @@ -48,8 +48,9 @@ | ... | @@ -48,8 +48,9 @@ |
| "aws-sdk": "~2.0.4" | "aws-sdk": "~2.0.4" | ||
| }, | }, | ||
| "engines": { | "engines": { | ||
| "node": ">= 0.8.0 < 0.13.0" | "node": ">= 0.8.0 < 0.11.0 || >= 0.11.13 < 0.13.0" | ||
| }, | }, | ||
| "engineStrict": true, | |||
| "scripts": { | "scripts": { | ||
| "install": "node-pre-gyp install --fallback-to-build", | "install": "node-pre-gyp install --fallback-to-build", | ||
| "pretest": "node test/support/createdb.js", | "pretest": "node test/support/createdb.js", | ||
| ... | ... |
Please
register
or
sign in
to comment