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');
7
7
require ( 'shelljs/global' ) ;
8
8
9
9
program
10
- . version ( '0.2.0 ' )
10
+ . version ( '0.2.1 ' )
11
11
12
12
program . command ( 'new [name]' ) . description ( 'New application' ) . action ( function ( name ) {
13
13
if ( name === undefined ) {
Original file line number Diff line number Diff line change 10
10
"license" : " ISC" ,
11
11
"homepage" : " " ,
12
12
"devDependencies" : {
13
- "embark-framework" : " ^0.2.0 " ,
13
+ "embark-framework" : " ^0.2.1 " ,
14
14
"commander" : " ^2.8.1" ,
15
15
"compression" : " ^1.4.3" ,
16
16
"express" : " ^4.12.3" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " embark-framework" ,
3
- "version" : " 0.2.0 " ,
3
+ "version" : " 0.2.1 " ,
4
4
"description" : " " ,
5
5
"scripts" : {
6
6
"test" : " echo \" Error: no test specified\" && exit 1"
You can’t perform that action at this time.
0 commit comments