From a2a28b02e860efc99d8862e28c54d2a094ddafa5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Venturo?= Date: Wed, 17 Oct 2018 15:15:11 -0300 Subject: [PATCH] Updated package.json --- package.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/package.json b/package.json index b869daf56..4a300be26 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "openzeppelin-zos", - "version": "2.0.0-rc.3", + "name": "openzeppelin-eth", + "version": "2.0.0-rc.1", "description": "Secure Smart Contract library for Solidity", "files": [ "build", @@ -21,7 +21,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/OpenZeppelin/zeppelin-solidity.git" + "url": "https://github.com/OpenZeppelin/openzeppelin-eth.git" }, "keywords": [ "solidity", @@ -34,9 +34,9 @@ "author": "OpenZeppelin Community ", "license": "MIT", "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": { "chai": "^4.1.2", "chai-bignumber": "^2.0.2",