Merge tag 'v2.1.1' of github.com:OpenZeppelin/openzeppelin-solidity
v2.1.1
This commit is contained in:
33
package.json
33
package.json
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "openzeppelin-eth",
|
||||
"version": "2.0.2",
|
||||
"version": "2.1.1",
|
||||
"description": "Secure Smart Contract library for Solidity",
|
||||
"files": [
|
||||
"build",
|
||||
@ -10,17 +10,18 @@
|
||||
"zos.*.json"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "scripts/test.sh",
|
||||
"prepare": "rm -rf build/contracts && truffle compile",
|
||||
"lint:js": "eslint .",
|
||||
"lint:js:fix": "eslint . --fix",
|
||||
"lint:sol": "solium -d .",
|
||||
"lint:sol:fix": "solium -d . --fix",
|
||||
"lint": "npm run lint:js && npm run lint:sol",
|
||||
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
||||
"build": "scripts/build.sh",
|
||||
"compile": "scripts/compile.sh",
|
||||
"console": "truffle console",
|
||||
"coverage": "scripts/coverage.sh",
|
||||
"version": "scripts/version.js"
|
||||
"lint": "npm run lint:js && npm run lint:sol",
|
||||
"lint:fix": "npm run lint:js:fix",
|
||||
"lint:js": "eslint .",
|
||||
"lint:js:fix": "eslint . --fix",
|
||||
"lint:sol": "solhint --max-warnings 0 \"contracts/**/*.sol\"",
|
||||
"prepack": "npm run build",
|
||||
"version": "scripts/version.js",
|
||||
"test": "npm run compile && scripts/test.sh"
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
@ -44,24 +45,26 @@
|
||||
"chai": "^4.1.2",
|
||||
"chai-bignumber": "^2.0.2",
|
||||
"coveralls": "^3.0.1",
|
||||
"dotenv": "^4.0.0",
|
||||
"eslint": "^4.19.1",
|
||||
"eslint-config-standard": "^10.2.1",
|
||||
"eslint-plugin-import": "^2.13.0",
|
||||
"eslint-plugin-mocha-no-only": "^1.1.0",
|
||||
"eslint-plugin-node": "^5.2.1",
|
||||
"eslint-plugin-promise": "^3.8.0",
|
||||
"eslint-plugin-standard": "^3.1.0",
|
||||
"ethereumjs-util": "^6.0.0",
|
||||
"ethjs-abi": "^0.2.1",
|
||||
"ganache-cli": "6.1.0",
|
||||
"ganache-cli": "6.1.8",
|
||||
"npm-install-peers": "^1.2.1",
|
||||
"pify": "^4.0.1",
|
||||
"solhint": "^1.5.0",
|
||||
"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",
|
||||
"zos": "^2.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"zos-lib": "^2.0.0"
|
||||
}
|
||||
},
|
||||
"dependencies": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user