Skip to content

Commit 2fbb41b

Browse files
committed
update boilerplate to point to right version instead of repo
1 parent 973a883 commit 2fbb41b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bin/embark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ var deploy = function(env, embarkConfig, cb) {
3131
}
3232

3333
program
34-
.version('1.1.0');
34+
.version('1.1.1');
3535

3636
program.command('new [name]').description('New application').action(function(name) {
3737
if (name === undefined) {

boilerplate/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"license": "ISC",
1111
"homepage": "",
1212
"devDependencies": {
13-
"embark-framework": "iurimatias/embark-framework#develop",
13+
"embark-framework": "^1.1.1",
1414
"grunt-contrib-clean": "^0.6.0",
1515
"grunt-contrib-coffee": "^0.13.0",
1616
"grunt-contrib-concat": "^0.5.1",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "embark-framework",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "",
55
"scripts": {
66
"test": "echo \"Error: no test specified\" && exit 1"

0 commit comments

Comments
 (0)