Rename to @openzeppelin/contracts-ethereum-package (#54)
* Change import path from zos-lib to upgrades in all contracts * Update readme with new naming * Update package and deps names * Change path to initializable in AST of networks.jsons * Migrate manifest version * Use new oz file locations * Rename in ERC20Migrator comments * Update SDK install instructions in README * Update gitignore to use new session file name * trigger CI * Fixes to readme and package version * Use 2.5.0 release of OpenZeppelin SDK
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | { | ||
| "name": "openzeppelin-eth", | "name": "@openzeppelin/contracts-ethereum-package", | ||
| "version": "2.2.0", | "version": "2.2.1-rc.0", | ||
| "description": "Secure Smart Contract library for Solidity", | "description": "Secure Smart Contract library for Solidity", | ||
| "files": [ | "files": [ | ||
| "build", | "build", | ||
| "contracts", | "contracts", | ||
| "test/behaviors", | "test/behaviors", | ||
| "zos.json", | ".openzeppelin" | ||
| "zos.*.json" | |||
| ], | ], | ||
| "scripts": { | "scripts": { | ||
| "build": "scripts/build.sh", | "build": "scripts/build.sh", | ||
| ... | @@ -25,7 +24,7 @@ | ... | @@ -25,7 +24,7 @@ |
| }, | }, | ||
| "repository": { | "repository": { | ||
| "type": "git", | "type": "git", | ||
| "url": "https://github.com/OpenZeppelin/openzeppelin-eth.git" | "url": "https://github.com/OpenZeppelin/openzeppelin-contracts-ethereum-package.git" | ||
| }, | }, | ||
| "keywords": [ | "keywords": [ | ||
| "solidity", | "solidity", | ||
| ... | @@ -38,9 +37,9 @@ | ... | @@ -38,9 +37,9 @@ |
| "author": "OpenZeppelin Community <maintainers@openzeppelin.org>", | "author": "OpenZeppelin Community <maintainers@openzeppelin.org>", | ||
| "license": "MIT", | "license": "MIT", | ||
| "bugs": { | "bugs": { | ||
| "url": "https://github.com/OpenZeppelin/openzeppelin-eth/issues" | "url": "https://github.com/OpenZeppelin/openzeppelin-contracts-ethereum-package/issues" | ||
| }, | }, | ||
| "homepage": "https://github.com/OpenZeppelin/openzeppelin-eth", | "homepage": "https://github.com/OpenZeppelin/openzeppelin-contracts-ethereum-package", | ||
| "devDependencies": { | "devDependencies": { | ||
| "chai": "^4.1.2", | "chai": "^4.1.2", | ||
| "coveralls": "^3.0.1", | "coveralls": "^3.0.1", | ||
| ... | @@ -60,10 +59,10 @@ | ... | @@ -60,10 +59,10 @@ |
| "solhint": "^1.5.0", | "solhint": "^1.5.0", | ||
| "solidity-coverage": "https://github.com:rotcivegaf/solidity-coverage.git#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | "solidity-coverage": "https://github.com:rotcivegaf/solidity-coverage.git#5875f5b7bc74d447f3312c9c0e9fc7814b482477", | ||
| "truffle": "^5.0.0", | "truffle": "^5.0.0", | ||
| "zos": "^2.0.0", | "@openzeppelin/cli": "2.5.0", | ||
| "zos-lib": "^2.1.0" | "@openzeppelin/upgrades": "2.5.0" | ||
| }, | }, | ||
| "peerDependencies": { | "peerDependencies": { | ||
| "zos-lib": "^2.1.0" | "@openzeppelin/upgrades": "2.5.0" | ||
| } | } | ||
| } | } |
Please
register
or
sign in
to comment