aboutsummaryrefslogtreecommitdiffstats
path: root/packages/assert
diff options
context:
space:
mode:
Diffstat (limited to 'packages/assert')
-rw-r--r--packages/assert/README.md2
-rw-r--r--packages/assert/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/assert/README.md b/packages/assert/README.md
index 647586f15..4a4ea5e21 100644
--- a/packages/assert/README.md
+++ b/packages/assert/README.md
@@ -20,7 +20,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/assert/package.json b/packages/assert/package.json
index 551414de3..e98cf9d15 100644
--- a/packages/assert/package.json
+++ b/packages/assert/package.json
@@ -45,7 +45,7 @@
},
"dependencies": {
"@0x/json-schemas": "^3.0.2",
- "@0x/typescript-typings": "^4.0.0",
+ "@dexon-foundation/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.3",
"lodash": "^4.17.11",
"valid-url": "^1.0.9"