Skip to content

Commit

Permalink
update boilerplate to point to right version instead of repo
Browse files Browse the repository at this point in the history
  • Loading branch information
iurimatias committed Jun 1, 2016
1 parent 973a883 commit 2fbb41b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/embark
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ var deploy = function(env, embarkConfig, cb) {
}

program
.version('1.1.0');
.version('1.1.1');

program.command('new [name]').description('New application').action(function(name) {
if (name === undefined) {
Expand Down
2 changes: 1 addition & 1 deletion boilerplate/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"license": "ISC",
"homepage": "",
"devDependencies": {
"embark-framework": "iurimatias/embark-framework#develop",
"embark-framework": "^1.1.1",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-coffee": "^0.13.0",
"grunt-contrib-concat": "^0.5.1",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "embark-framework",
"version": "1.1.0",
"version": "1.1.1",
"description": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down

0 comments on commit 2fbb41b

Please sign in to comment.