Transpile 79cb606f
Showing
This diff is collapsed.
Click to expand it.
| ... | @@ -2,7 +2,7 @@ | ... | @@ -2,7 +2,7 @@ |
| "private": true, | "private": true, | ||
| "name": "openzeppelin-solidity", | "name": "openzeppelin-solidity", | ||
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "version": "4.4.1", | "version": "4.4.2", | ||
| "files": [ | "files": [ | ||
| "/contracts/**/*.sol", | "/contracts/**/*.sol", | ||
| "/build/contracts/*.json", | "/build/contracts/*.json", | ||
| ... | @@ -79,6 +79,7 @@ | ... | @@ -79,6 +79,7 @@ |
| "prettier": "^2.3.0", | "prettier": "^2.3.0", | ||
| "prettier-plugin-solidity": "^1.0.0-beta.16", | "prettier-plugin-solidity": "^1.0.0-beta.16", | ||
| "rimraf": "^3.0.2", | "rimraf": "^3.0.2", | ||
| "semver": "^7.3.5", | |||
| "solhint": "^3.3.6", | "solhint": "^3.3.6", | ||
| "solidity-ast": "^0.4.25", | "solidity-ast": "^0.4.25", | ||
| "solidity-coverage": "^0.7.11", | "solidity-coverage": "^0.7.11", | ||
| ... | ... |
Please
register
or
sign in
to comment