Merge branch 'develop'

This commit is contained in:
Iuri Matias 2015-08-05 07:07:30 -04:00
commit 2f19b4c80e
4 changed files with 4 additions and 3 deletions

View File

@ -32,7 +32,7 @@ var deploy = function(env, embarkConfig) {
} }
program program
.version('0.8.0') .version('0.8.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.8.0", "embark-framework": "^0.8.1",
"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
demo_meteor/chains.json Normal file
View File

@ -0,0 +1 @@
{}

View File

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