diff options
-rw-r--r-- | packages/assert/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/assert/package.json b/packages/assert/package.json index 289bc5431..3ce67c97b 100644 --- a/packages/assert/package.json +++ b/packages/assert/package.json @@ -17,12 +17,12 @@ "license": "Apache-2.0", "repository": { "type": "git", - "url": "https://github.com/0xProject/assert.git" + "url": "https://github.com/0xProject/0x.js.git" }, "bugs": { - "url": "https://github.com/0xProject/assert/issues" + "url": "https://github.com/0xProject/0x.js/issues" }, - "homepage": "https://github.com/0xProject/assert#readme", + "homepage": "https://github.com/0xProject/0x.js/packages/assert/README.md", "devDependencies": { "@types/lodash": "^4.14.78", "@types/mocha": "^2.2.42", |