mirror of https://github.com/embarklabs/embark.git
update to 2.1.3
This commit is contained in:
parent
29bd1aabee
commit
0524b17309
|
@ -10,7 +10,7 @@
|
|||
"license": "ISC",
|
||||
"homepage": "",
|
||||
"devDependencies": {
|
||||
"embark": "^2.1.2",
|
||||
"embark": "^2.1.3",
|
||||
"mocha": "^2.2.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
"license": "ISC",
|
||||
"homepage": "",
|
||||
"devDependencies": {
|
||||
"embark": "^2.1.2",
|
||||
"embark": "^2.1.3",
|
||||
"mocha": "^2.2.5"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@ var colors = require('colors');
|
|||
|
||||
var Cmd = function(Embark) {
|
||||
this.Embark = Embark;
|
||||
program.version('2.1.2');
|
||||
program.version('2.1.3');
|
||||
};
|
||||
|
||||
Cmd.prototype.process = function(args) {
|
||||
|
|
|
@ -30,7 +30,7 @@ ServicesMonitor.prototype.check = function() {
|
|||
},
|
||||
function addEmbarkVersion(web3, result, callback) {
|
||||
self.logger.trace('addEmbarkVersion');
|
||||
result.push('Embark 2.1.2'.green);
|
||||
result.push('Embark 2.1.3'.green);
|
||||
callback(null, web3, result);
|
||||
},
|
||||
function checkEthereum(web3, result, callback) {
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "embark",
|
||||
"version": "2.1.2",
|
||||
"version": "2.1.3",
|
||||
"description": "Embark is a framework that allows you to easily develop and deploy DApps",
|
||||
"scripts": {
|
||||
"test": "grunt jshint && mocha test/ --no-timeouts"
|
||||
|
|
Loading…
Reference in New Issue