Commit 511f2eb7 by Dane Springmeyer

aws-sdk as a formal devDep

parent ec4ef5ab
......@@ -23,7 +23,6 @@ before_install:
- nvm use $NODE_VERSION
- node --version
- npm --version
- npm install mocha aws-sdk
- platform=$(uname -s | sed "y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/")
install:
......
......@@ -45,7 +45,8 @@
"node-pre-gyp"
],
"devDependencies": {
"mocha": "*"
"mocha": "1.x",
"aws-sdk": "~2.0.0-rc.19"
},
"engines": {
"node": ">= 0.8.0 < 0.13.0"
......
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