Merge tag 'v2.1.2' of github.com:OpenZeppelin/openzeppelin-solidity into merge-v2.1
v2.1.2
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | ||
| "name": "openzeppelin-eth", | ||
| "version": "2.1.1", | ||
| "version": "2.1.2", | ||
| "description": "Secure Smart Contract library for Solidity", | ||
| "files": [ | ||
| "build", | ||
| "contracts", | ||
| "test", | ||
| "test/behaviors", | ||
| "zos.json", | ||
| "zos.*.json" | ||
| ], | ||
| "scripts": { | ||
| "build": "scripts/build.sh", | ||
| "compile": "scripts/compile.sh", | ||
| "compile": "truffle compile", | ||
| "console": "truffle console", | ||
| "coverage": "scripts/coverage.sh", | ||
| "lint": "npm run lint:js && npm run lint:sol", | ||
| ... | ... | @@ -43,7 +43,6 @@ |
| "homepage": "https://github.com/OpenZeppelin/openzeppelin-eth", | ||
| "devDependencies": { | ||
| "chai": "^4.1.2", | ||
| "chai-bignumber": "^2.0.2", | ||
| "coveralls": "^3.0.1", | ||
| "eslint": "^4.19.1", | ||
| "eslint-config-standard": "^10.2.1", | ||
| ... | ... | @@ -56,11 +55,11 @@ |
| "ethjs-abi": "^0.2.1", | ||
| "ganache-cli": "6.1.8", | ||
| "npm-install-peers": "^1.2.1", | ||
| "openzeppelin-test-helpers": "^0.1.1", | ||
| "pify": "^4.0.1", | ||
| "solhint": "^1.5.0", | ||
| "solidity-coverage": "^0.5.4", | ||
| "truffle": "^4.1.13", | ||
| "web3-utils": "^1.0.0-beta.34", | ||
| "truffle": "^5.0.0", | ||
| "zos": "^2.0.0", | ||
| "zos-lib": "^2.1.0" | ||
| }, | ||
| ... | ... |
scripts/compile.sh
deleted
100755 → 0
This diff is collapsed.
Click to expand it.
test/helpers/balanceDifference.js
deleted
100644 → 0
test/helpers/constants.js
deleted
100644 → 0
test/helpers/ether.js
deleted
100644 → 0
test/helpers/expectEvent.js
deleted
100644 → 0
test/helpers/makeInterfaceId.js
deleted
100644 → 0
test/helpers/send.js
deleted
100644 → 0
test/helpers/setup.js
deleted
100644 → 0
test/helpers/shouldFail.js
deleted
100644 → 0
test/helpers/test/ether.test.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
test/helpers/test/send.test.js
deleted
100644 → 0
test/helpers/test/shouldFail.test.js
deleted
100644 → 0
test/helpers/test/time.test.js
deleted
100644 → 0
test/helpers/time.js
deleted
100644 → 0
test/helpers/web3.js
deleted
100644 → 0
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment