diff options
author | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-13 01:24:26 +0800 |
---|---|---|
committer | Leonid Logvinov <logvinov.leon@gmail.com> | 2018-02-15 03:51:26 +0800 |
commit | 485ae4d99764cf20583afeb5fb5d43c170336861 (patch) | |
tree | 127cdfc0133ea61b42ae962f6e903c46a4a2ff48 /packages/dev-utils/package.json | |
parent | 8cd2ba3ad637915ab335d87d530f754d104bbdd4 (diff) | |
download | dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.tar dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.tar.gz dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.tar.bz2 dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.tar.lz dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.tar.xz dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.tar.zst dexon-sol-tools-485ae4d99764cf20583afeb5fb5d43c170336861.zip |
Fix entry points
Diffstat (limited to 'packages/dev-utils/package.json')
-rw-r--r-- | packages/dev-utils/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/dev-utils/package.json b/packages/dev-utils/package.json index 7c155423c..5d2ac7030 100644 --- a/packages/dev-utils/package.json +++ b/packages/dev-utils/package.json @@ -2,8 +2,8 @@ "name": "@0xproject/dev-utils", "version": "0.0.13", "description": "0x dev TS utils", - "main": "lib/index.js", - "types": "lib/index.d.ts", + "main": "lib/src/index.js", + "types": "lib/src/index.d.ts", "scripts": { "build:watch": "tsc -w", "build": "tsc", |