Unverified Commit 6395ddac by Facundo Spagnuolo Committed by GitHub

Merge pull request #34 from nventuro/oz-eth

Updated package.json
parents 84a37e14 a2a28b02
{ {
"name": "openzeppelin-zos", "name": "openzeppelin-eth",
"version": "2.0.0-rc.3", "version": "2.0.0-rc.1",
"description": "Secure Smart Contract library for Solidity", "description": "Secure Smart Contract library for Solidity",
"files": [ "files": [
"build", "build",
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/OpenZeppelin/zeppelin-solidity.git" "url": "https://github.com/OpenZeppelin/openzeppelin-eth.git"
}, },
"keywords": [ "keywords": [
"solidity", "solidity",
...@@ -34,9 +34,9 @@ ...@@ -34,9 +34,9 @@
"author": "OpenZeppelin Community <maintainers@openzeppelin.org>", "author": "OpenZeppelin Community <maintainers@openzeppelin.org>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues" "url": "https://github.com/OpenZeppelin/openzeppelin-eth/issues"
}, },
"homepage": "https://github.com/OpenZeppelin/zeppelin-solidity", "homepage": "https://github.com/OpenZeppelin/openzeppelin-eth",
"devDependencies": { "devDependencies": {
"chai": "^4.1.2", "chai": "^4.1.2",
"chai-bignumber": "^2.0.2", "chai-bignumber": "^2.0.2",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment