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