Update all mentions of the repo name being 0x.js to 0x-monorepo

This commit is contained in:
Fabio Berger
2018-03-03 19:11:09 +01:00
parent 244c148a80
commit c797c720be
31 changed files with 71 additions and 71 deletions

View File

@@ -6,11 +6,11 @@
"types": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/0xProject/0x.js.git"
"url": "git+https://github.com/0xProject/0x-monorepo.git"
},
"license": "Apache-2.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/chai-typescript-typings#readme"
"homepage": "https://github.com/0xProject/0x-monorepo/packages/chai-typescript-typings#readme"
}