File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark" : " ^2.0.1 " ,
13+ "embark" : " ^2.1.0 " ,
1414 "mocha" : " ^2.2.5"
1515 }
1616}
Original file line number Diff line number Diff line change 1010 "license" : " ISC" ,
1111 "homepage" : " " ,
1212 "devDependencies" : {
13- "embark" : " ^2.0.1 " ,
13+ "embark" : " ^2.1.0 " ,
1414 "mocha" : " ^2.2.5"
1515 }
1616}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ var colors = require('colors');
33
44var Cmd = function ( Embark ) {
55 this . Embark = Embark ;
6- program . version ( '2.0.1 ' ) ;
6+ program . version ( '2.1.0 ' ) ;
77} ;
88
99Cmd . prototype . process = function ( args ) {
Original file line number Diff line number Diff line change 11{
22 "name" : " embark" ,
3- "version" : " 2.0.1 " ,
3+ "version" : " 2.1.0 " ,
44 "description" : " Embark is a framework that allows you to easily develop and deploy DApps" ,
55 "scripts" : {
66 "test" : " grunt jshint && mocha test/ --no-timeouts"
You can’t perform that action at this time.
0 commit comments