update to 0.1.1

This commit is contained in:
Iuri Matias 2015-05-26 22:13:16 -04:00
parent 1cffb46808
commit 823ad1addd
3 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@ var grunt = require('grunt');
require('shelljs/global'); require('shelljs/global');
program program
.version('0.1.0') .version('0.1.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

@ -1,6 +1,6 @@
{ {
"name": "app_name", "name": "app_name",
"version": "0.1.0", "version": "0.0.1",
"description": "", "description": "",
"main": "Gruntfile.js", "main": "Gruntfile.js",
"scripts": { "scripts": {
@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"homepage": "", "homepage": "",
"devDependencies": { "devDependencies": {
"embark-framework": "^0.0.8", "embark-framework": "^0.1.1",
"commander": "^2.8.1", "commander": "^2.8.1",
"compression": "^1.4.3", "compression": "^1.4.3",
"express": "^4.12.3", "express": "^4.12.3",

View File

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