mirror of https://github.com/embarklabs/embark.git
update to 0.8.4
This commit is contained in:
parent
39840bbd7a
commit
76203e43e3
|
@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) {
|
||||||
}
|
}
|
||||||
|
|
||||||
program
|
program
|
||||||
.version('0.8.3')
|
.version('0.8.4')
|
||||||
|
|
||||||
program.command('new [name]').description('New application').action(function(name) {
|
program.command('new [name]').description('New application').action(function(name) {
|
||||||
if (name === undefined) {
|
if (name === undefined) {
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"homepage": "",
|
"homepage": "",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"embark-framework": "^0.8.3",
|
"embark-framework": "^0.8.4",
|
||||||
"grunt-embark": "^0.3.0",
|
"grunt-embark": "^0.3.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",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark-framework",
|
"name": "embark-framework",
|
||||||
"version": "0.8.3",
|
"version": "0.8.4",
|
||||||
"description": "",
|
"description": "",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1"
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
|
Loading…
Reference in New Issue