aboutsummaryrefslogtreecommitdiffstats
path: root/packages/json-schemas
diff options
context:
space:
mode:
Diffstat (limited to 'packages/json-schemas')
-rw-r--r--packages/json-schemas/README.md2
-rw-r--r--packages/json-schemas/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/json-schemas/README.md b/packages/json-schemas/README.md
index f50382f4b..c803db2cf 100644
--- a/packages/json-schemas/README.md
+++ b/packages/json-schemas/README.md
@@ -26,7 +26,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
```json
"compilerOptions": {
- "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
+ "typeRoots": ["node_modules/@dexon-foundation/typescript-typings/types", "node_modules/@types"],
}
```
diff --git a/packages/json-schemas/package.json b/packages/json-schemas/package.json
index 0c101aa28..3388f37f5 100644
--- a/packages/json-schemas/package.json
+++ b/packages/json-schemas/package.json
@@ -39,7 +39,7 @@
},
"homepage": "https://github.com/0xProject/0x-monorepo/packages/json-schemas/README.md",
"dependencies": {
- "@0x/typescript-typings": "^4.0.0",
+ "@dexon-foundation/typescript-typings": "^4.0.0",
"@types/node": "*",
"jsonschema": "^1.2.0",
"lodash.values": "^4.3.0"