update boilerplate to point to right version instead of repo

This commit is contained in:
Iuri Matias 2016-05-31 22:19:34 -04:00
parent 973a883e4a
commit 2fbb41b113
3 changed files with 3 additions and 3 deletions

View File

@ -31,7 +31,7 @@ var deploy = function(env, embarkConfig, cb) {
} }
program program
.version('1.1.0'); .version('1.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

@ -10,7 +10,7 @@
"license": "ISC", "license": "ISC",
"homepage": "", "homepage": "",
"devDependencies": { "devDependencies": {
"embark-framework": "iurimatias/embark-framework#develop", "embark-framework": "^1.1.1",
"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",

View File

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