Commit 423c6523 by Nicolás Venturo

Added zos-lib peer dependency.

parent 6956b935
......@@ -18,6 +18,9 @@ jobs:
- env: SOLIDITY_COVERAGE=true
- env: SOLC_NIGHTLY=true
include:
- stage: install
script: npm install
script: npx npm-install-peers
# Run the unit test suite three times in parallel.
# The first one gets results faster and is the only one required to pass.
# The second one generates the coverage report.
......
......@@ -50,10 +50,14 @@
"eslint-plugin-standard": "^3.1.0",
"ethjs-abi": "^0.2.1",
"ganache-cli": "6.1.0",
"npm-install-peers": "^1.2.1",
"solidity-coverage": "^0.5.4",
"solium": "^1.1.8",
"truffle": "^4.1.13",
"truffle-hdwallet-provider": "0.0.5",
"web3-utils": "^1.0.0-beta.34"
},
"peerDependencies": {
"zos-lib": "^2.0.0-alpha.3"
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment