From 3ac182ee914080e513b007758c001642b6d07e3f Mon Sep 17 00:00:00 2001 From: Fabio Berger Date: Sun, 26 Aug 2018 17:12:13 +0100 Subject: Fix file path to main and types in package.json --- packages/0x.js/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'packages/0x.js/package.json') diff --git a/packages/0x.js/package.json b/packages/0x.js/package.json index b5cb6c7e4..484342422 100644 --- a/packages/0x.js/package.json +++ b/packages/0x.js/package.json @@ -12,8 +12,8 @@ "tokens", "exchange" ], - "main": "lib/src/index.js", - "types": "lib/src/index.d.ts", + "main": "lib/index.js", + "types": "lib/index.d.ts", "scripts": { "watch_without_deps": "tsc -w", "build": "yarn build:all", -- cgit