mirror of https://github.com/embarklabs/embark.git
use embark 1.0.0
This commit is contained in:
parent
82b9af2a14
commit
a9fbce7f5b
|
@ -10,8 +10,8 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark-framework": "^0.9.3",
|
"embark-framework": "1.0.0-beta.1",
|
||||||
"grunt-embark": "^0.4.3",
|
"grunt-embark": "0.5.0",
|
||||||
"grunt-contrib-clean": "^0.6.0",
|
"grunt-contrib-clean": "^0.6.0",
|
||||||
"grunt-contrib-coffee": "^0.13.0",
|
"grunt-contrib-coffee": "^0.13.0",
|
||||||
"grunt-contrib-concat": "^0.5.1",
|
"grunt-contrib-concat": "^0.5.1",
|
||||||
|
@ -21,6 +21,7 @@
|
||||||
"grunt": "^0.4.5",
|
"grunt": "^0.4.5",
|
||||||
"grunt-cli": "^0.1.13",
|
"grunt-cli": "^0.1.13",
|
||||||
"matchdep": "^0.3.0",
|
"matchdep": "^0.3.0",
|
||||||
|
"mocha": "^2.2.5",
|
||||||
"express": "^4.12.3",
|
"express": "^4.12.3",
|
||||||
"read-yaml": "^1.0.0",
|
"read-yaml": "^1.0.0",
|
||||||
"compression": "^1.4.3"
|
"compression": "^1.4.3"
|
||||||
|
|
Loading…
Reference in New Issue