* 3.4.0-rc.0 * Allow manual dispatch of Test CI job * Update lockfile (#2481) Co-authored-by: Renovate Bot <bot@renovateapp.com> * Add "available since" comments in documentation * Add "available since" comments in documentation (cherry picked from commit63a0343dda) * Remove SafeMathMock compilation warnings (#2497) * Remove SafeMathMock compilation warnings (#2497) (cherry picked from commitf4e57fd529) * 3.4.0 * fix safemath test to use renamed function from the mock Co-authored-by: Francisco Giordano <frangio.1@gmail.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Renovate Bot <bot@renovateapp.com>
34 lines
817 B
JSON
34 lines
817 B
JSON
{
|
|
"name": "@openzeppelin/contracts",
|
|
"description": "Secure Smart Contract library for Solidity",
|
|
"version": "3.4.0",
|
|
"files": [
|
|
"**/*.sol",
|
|
"/build/contracts/*.json",
|
|
"!/mocks",
|
|
"!/examples"
|
|
],
|
|
"scripts": {
|
|
"prepare": "bash ../scripts/prepare-contracts-package.sh",
|
|
"prepare-docs": "cd ..; npm run prepare-docs"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts.git"
|
|
},
|
|
"keywords": [
|
|
"solidity",
|
|
"ethereum",
|
|
"smart",
|
|
"contracts",
|
|
"security",
|
|
"zeppelin"
|
|
],
|
|
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/OpenZeppelin/openzeppelin-contracts/issues"
|
|
},
|
|
"homepage": "https://openzeppelin.com/contracts/"
|
|
}
|