mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2024-11-23 23:58:02 -05:00
upgrade brunch related packages to >=2.0.0
This commit is contained in:
parent
184be0bf65
commit
ddbc6a70e2
1 changed files with 7 additions and 7 deletions
14
package.json
14
package.json
|
@ -93,19 +93,19 @@
|
|||
"devDependencies": {
|
||||
"after-brunch": "0.0.5",
|
||||
"assetsmanager-brunch": "^1.8.1",
|
||||
"auto-reload-brunch": "^1.8.1",
|
||||
"auto-reload-brunch": ">=2.0.0",
|
||||
"bower": "~1.6.4",
|
||||
"brunch": "^1.8.5",
|
||||
"coffee-script-brunch": "^1.8.3",
|
||||
"coffeelint-brunch": "^1.7.1",
|
||||
"brunch": ">=2.0.0",
|
||||
"coffee-script-brunch": ">=2.0.0",
|
||||
"coffeelint-brunch": ">=2.0.0",
|
||||
"commonjs-require-definition": "0.2.0",
|
||||
"compressible": "~1.0.1",
|
||||
"css-brunch": "^1.7.0",
|
||||
"css-brunch": ">=2.0.0",
|
||||
"fs-extra": "^0.26.2",
|
||||
"http-proxy": "^1.13.2",
|
||||
"jade-brunch": "1.7.5",
|
||||
"jasmine": "^2.4.1",
|
||||
"javascript-brunch": "> 1.0 < 1.8",
|
||||
"javascript-brunch": ">=2.0.0",
|
||||
"karma": "~0.13",
|
||||
"karma-chrome-launcher": "~0.1.2",
|
||||
"karma-coffee-preprocessor": "~0.1.2",
|
||||
|
@ -121,7 +121,7 @@
|
|||
"nodemon": "1.6.1",
|
||||
"parse-domain": "^0.2.1",
|
||||
"requirejs": "~2.1.10",
|
||||
"sass-brunch": "https://github.com/basicer/sass-brunch-bleeding/archive/1.9.1-bleeding.tar.gz",
|
||||
"sass-brunch": ">=2.0.0",
|
||||
"telepath-brunch": "https://github.com/nwinter/telepath-brunch/tarball/master",
|
||||
"uglify-js": "^2.5.0"
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue