mirror of
https://github.com/scratchfoundation/gh-pages.git
synced 2025-03-14 06:29:51 -04:00
Updated deps
This commit is contained in:
parent
5283fd346b
commit
36b87f1340
1 changed files with 8 additions and 9 deletions
17
package.json
17
package.json
|
@ -26,21 +26,20 @@
|
|||
"test": "mocha --recursive test"
|
||||
},
|
||||
"dependencies": {
|
||||
"async": "0.2.9",
|
||||
"commander": "~2.8.1",
|
||||
"async": "1.5.0",
|
||||
"commander": "2.9.0",
|
||||
"glob": "~4.0.2",
|
||||
"graceful-fs": "2.0.1",
|
||||
"graceful-fs": "4.1.2",
|
||||
"lodash": "~2.4.1",
|
||||
"q": "~1.0.1",
|
||||
"q-io": "~1.11.0",
|
||||
"wrench": "1.5.1"
|
||||
"q": "1.4.1",
|
||||
"q-io": "1.13.2",
|
||||
"wrench": "1.5.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
"chai": "~1.9.1",
|
||||
"chai": "^3.4.1",
|
||||
"eslint": "^1.10.3",
|
||||
"eslint-config-tschaub": "^2.0.0",
|
||||
"jshint": "~2.4.4",
|
||||
"mocha": "~1.18.2"
|
||||
"mocha": "^2.3.4"
|
||||
},
|
||||
"bin": {
|
||||
"gh-pages": "bin/gh-pages"
|
||||
|
|
Loading…
Reference in a new issue