aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeonid Logvinov <logvinov.leon@gmail.com>2018-02-13 01:24:26 +0800
committerLeonid Logvinov <logvinov.leon@gmail.com>2018-02-15 03:51:26 +0800
commit485ae4d99764cf20583afeb5fb5d43c170336861 (patch)
tree127cdfc0133ea61b42ae962f6e903c46a4a2ff48
parent8cd2ba3ad637915ab335d87d530f754d104bbdd4 (diff)
downloaddexon-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
-rw-r--r--packages/dev-utils/package.json4
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",