Commit 6e5596e8 by Francisco Giordano

fix package.json repository links

parent f00d1312
...@@ -24,7 +24,7 @@ ...@@ -24,7 +24,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://github.com/OpenZeppelin/zeppelin-solidity.git" "url": "https://github.com/OpenZeppelin/openzeppelin-zos.git"
}, },
"keywords": [ "keywords": [
"solidity", "solidity",
...@@ -37,9 +37,9 @@ ...@@ -37,9 +37,9 @@
"author": "Manuel Araoz <manuelaraoz@gmail.com>", "author": "Manuel Araoz <manuelaraoz@gmail.com>",
"license": "MIT", "license": "MIT",
"bugs": { "bugs": {
"url": "https://github.com/OpenZeppelin/zeppelin-solidity/issues" "url": "https://github.com/OpenZeppelin/openzeppelin-zos/issues"
}, },
"homepage": "https://github.com/OpenZeppelin/zeppelin-solidity", "homepage": "https://github.com/OpenZeppelin/openzeppelin-zos",
"devDependencies": { "devDependencies": {
"babel-polyfill": "^6.23.0", "babel-polyfill": "^6.23.0",
"babel-preset-es2015": "^6.18.0", "babel-preset-es2015": "^6.18.0",
......
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