diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
---|---|---|
committer | Hsuan Lee <boczeratul@gmail.com> | 2019-03-06 17:46:50 +0800 |
commit | 35703539d0f2b4ddb3b11d0de8c9634af59ab71f (patch) | |
tree | ae3731221dbbb3a6fa40060a8d916cfd3f738289 /packages/json-schemas | |
parent | 92a1fde5b1ecd81b07cdb5bf0c9c1cd3544799db (diff) | |
download | dexon-0x-contracts-stable.tar.gz dexon-0x-contracts-stable.tar.zst dexon-0x-contracts-stable.zip |
Deploy @dexon-foundation/0x.jsstable
Diffstat (limited to 'packages/json-schemas')
-rw-r--r-- | packages/json-schemas/README.md | 2 | ||||
-rw-r--r-- | packages/json-schemas/package.json | 2 |
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" |