diff options
Diffstat (limited to 'packages/connect/package.json')
-rw-r--r-- | packages/connect/package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/connect/package.json b/packages/connect/package.json index c5c8f4ea0..059d0efad 100644 --- a/packages/connect/package.json +++ b/packages/connect/package.json @@ -25,7 +25,7 @@ }, "repository": { "type": "git", - "url": "https://github.com/0xProject/0x.js.git" + "url": "https://github.com/0xProject/0x-monorepo.git" }, "author": "Brandon Millman", "license": "Apache-2.0", @@ -33,9 +33,9 @@ "node": ">=6.0.0" }, "bugs": { - "url": "https://github.com/0xProject/0x.js/issues" + "url": "https://github.com/0xProject/0x-monorepo/issues" }, - "homepage": "https://github.com/0xProject/0x.js/packages/connect/README.md", + "homepage": "https://github.com/0xProject/0x-monorepo/packages/connect/README.md", "dependencies": { "@0xproject/assert": "^0.0.20", "@0xproject/json-schemas": "^0.7.12", |