Skip to content

Commit

Permalink
revert package.json changes, downgrade npm to 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
anandkumarpatel committed Dec 22, 2014
1 parent 1e326f0 commit 19b2024
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
override:
- nvm install 0.10.28
- nvm alias default 0.10.28
- npm install -g [email protected].11
- npm install -g [email protected].8
- npm install
test:
pre:
Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
"request": "2.42.0",
"rimraf": "^2.2.8",
"rollbar": "^0.3.13",
"runnable": "https://[email protected]:CodeNow/runnable-api-client#v0.38.4",
"runnable": "git+ssh://[email protected]:CodeNow/runnable-api-client#v0.38.4",
"s3-stream-upload": "0.0.6",
"simple-api-client": "^0.5.9",
"substream": "0.1.1",
Expand All @@ -78,23 +78,23 @@
"xtend": "3.0.0"
},
"devDependencies": {
"Filibuster": "https://github.com/Runnable/Filibuster.git#v0.1.4",
"console-trace": "https://github.com/numbcoder/console-trace.git",
"docker-listener": "https://[email protected]:codenow/docker-listener#v0.1.1",
"docker-mock": "https://github.com/Runnable/docker-mock.git#v0.5.4",
"Filibuster": "git://github.com/Runnable/Filibuster.git#v0.1.4",
"console-trace": "git://github.com/numbcoder/console-trace.git",
"docker-listener": "git+ssh://[email protected]:codenow/docker-listener#v0.1.1",
"docker-mock": "git://github.com/Runnable/docker-mock.git#v0.5.4",
"faker": "^1.0.0",
"form-data": "^0.1.4",
"function-proxy": "^0.5.1",
"jsdoc": "^3.2.2",
"jshint": "^2.5.5",
"krain": "https://[email protected]:CodeNow/krain.git#v0.0.9",
"krain": "git+ssh://[email protected]:CodeNow/krain.git#v0.0.9",
"lab": "^3.2.1",
"mavis": "https://[email protected]:CodeNow/mavis#v0.0.3",
"mavis": "git+ssh://[email protected]:CodeNow/mavis#v0.0.3",
"multiline": "^0.3.4",
"nock": "^0.48.0",
"nodemon": "^1.2.1",
"require-inject": "^1.1.0",
"sauron": "https://[email protected]:codenow/sauron#v0.0.8",
"sauron": "git+ssh://[email protected]:codenow/sauron#v0.0.8",
"server-destroy": "^1.0.0"
},
"engine": "node >= 0.10.5",
Expand Down

0 comments on commit 19b2024

Please sign in to comment.