mirror of https://github.com/embarklabs/embark.git
Merge branch 'release/2.6.0' into develop
This commit is contained in:
commit
aa0f774f1d
|
@ -16,3 +16,4 @@ test_app/chains.json
|
||||||
.idea
|
.idea
|
||||||
.eslintrc.json
|
.eslintrc.json
|
||||||
.embark/
|
.embark/
|
||||||
|
NOTES
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
__mainContext.web3 = undefined;
|
__mainContext.web3 = undefined;
|
||||||
web3 = new Web3(new Web3.providers.HttpProvider("<%- url -%>'"));
|
web3 = new Web3(new Web3.providers.HttpProvider("<%- url -%>"));
|
||||||
<%- done %>
|
<%- done %>
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "embark",
|
"name": "embark",
|
||||||
"version": "2.6.0",
|
"version": "2.6.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 && cd test_app/ && npm install && ../bin/embark test",
|
"test": "grunt jshint && mocha test/ --no-timeouts && cd test_app/ && npm install && ../bin/embark test",
|
||||||
|
|
Loading…
Reference in New Issue