Commit 511f2eb7 by Dane Springmeyer

aws-sdk as a formal devDep

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