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/fill-scenarios/README.md | 2 +- packages/fill-scenarios/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/fill-scenarios') diff --git a/packages/fill-scenarios/README.md b/packages/fill-scenarios/README.md index 794b70e56..9eb3294d4 100644 --- a/packages/fill-scenarios/README.md +++ b/packages/fill-scenarios/README.md @@ -12,7 +12,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/fill-scenarios/package.json b/packages/fill-scenarios/package.json index 523bc07c1..00e272ef9 100644 --- a/packages/fill-scenarios/package.json +++ b/packages/fill-scenarios/package.json @@ -33,7 +33,7 @@ "@0x/contract-artifacts": "^1.3.0", "@0x/order-utils": "^6.0.1", "@0x/types": "^2.0.2", - "@0x/typescript-typings": "^4.0.0", + "@dexon-foundation/typescript-typings": "^4.0.0", "@0x/utils": "^4.0.3", "@0x/web3-wrapper": "^4.0.2", "ethereum-types": "^2.0.0", -- cgit