fix package.json repository links
Showing
| ... | @@ -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", | ||
| ... | ... |
Please
register
or
sign in
to comment