File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ var grunt = require('grunt');
77require ( 'shelljs/global' ) ;
88
99program
10- . version ( '0.1.2 ' )
10+ . version ( '0.2.0 ' )
1111
1212program . command ( 'new [name]' ) . description ( 'New application' ) . action ( function ( name ) {
1313 if ( name === undefined ) {
Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark-framework" : " ^0.1.2 " ,
13+ "embark-framework" : " ^0.2.0 " ,
1414 "commander" : " ^2.8.1" ,
1515 "compression" : " ^1.4.3" ,
1616 "express" : " ^4.12.3" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " embark-framework" ,
3- "version" : " 0.1.2 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " " ,
55 "scripts" : {
66 "test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments