update to 0.6.1

This commit is contained in:
Iuri Matias 2015-07-15 08:21:38 -04:00
parent d9959f5599
commit 3b9cc0339b
3 changed files with 3 additions and 3 deletions

View File

@ -25,7 +25,7 @@ var deploy = function(embarkConfig) {
} }
program program
.version('0.6.0') .version('0.6.1')
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) {

View File

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"homepage": "", "homepage": "",
"devDependencies": { "devDependencies": {
"embark-framework": "^0.6.0", "embark-framework": "^0.6.1",
"grunt-embark": "0.1.0", "grunt-embark": "0.1.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",

View File

@ -1,6 +1,6 @@
{ {
"name": "embark-framework", "name": "embark-framework",
"version": "0.6.0", "version": "0.6.1",
"description": "", "description": "",
"scripts": { "scripts": {
"test": "echo \"Error: no test specified\" && exit 1" "test": "echo \"Error: no test specified\" && exit 1"