From 35703539d0f2b4ddb3b11d0de8c9634af59ab71f Mon Sep 17 00:00:00 2001 From: Hsuan Lee Date: Wed, 6 Mar 2019 17:46:50 +0800 Subject: Deploy @dexon-foundation/0x.js --- packages/assert/README.md | 2 +- packages/assert/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/assert') 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" -- cgit v1.2.3