Skip to content

Commit

Permalink
* update node modules
Browse files Browse the repository at this point in the history
  • Loading branch information
JayGray committed Feb 8, 2015
1 parent f11d9d9 commit 0ea1a9b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions package.json
Expand Up @@ -22,22 +22,22 @@
"test": "mocha test -R mocha-lcov-reporter | coveralls"
},
"dependencies": {
"decompress-zip": "git://github.com/mschaaf/decompress-zip.git#patch-1",
"fs-extra": ">=0.10.0",
"github": "^0.2.1",
"request": "^2.40.0",
"tar-fs": ">=0.4.1",
"decompress-zip": "^0.1.0",
"follow-redirects": "^0.0.3",
"fs-extra": "^0.16.3",
"github": "^0.2.3",
"request": "^2.53.0",
"tar-fs": "^1.4.2",
"temp": ">=0.8.1",
"when": "^3.4.3",
"yeoman-generator": "^0.18.7",
"follow-redirects": "^0.0.3"
"when": "^3.7.2",
"yeoman-generator": "^0.18.7"
},
"devDependencies": {
"mocha": ">=1.21.4",
"temp": ">=0.8.1",
"chai": ">=1.9.1",
"chai": "^1.10.0",
"coveralls": ">=2.11.2",
"mocha": "^2.1.0",
"mocha-lcov-reporter": ">=0.0.1",
"coveralls": ">=2.11.2"
"temp": ">=0.8.1"
},
"peerDependencies": {
"yo": ">=1.0.0"
Expand Down

0 comments on commit 0ea1a9b

Please sign in to comment.