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/CHANGELOG.json | 9 +++++++++ packages/0x.js/package.json | 4 ++-- 2 files changed, 11 insertions(+), 2 deletions(-) (limited to 'packages') diff --git a/packages/0x.js/CHANGELOG.json b/packages/0x.js/CHANGELOG.json index 346938958..f242b5496 100644 --- a/packages/0x.js/CHANGELOG.json +++ b/packages/0x.js/CHANGELOG.json @@ -1,4 +1,13 @@ [ + { + "version": "1.0.1-rc.5", + "changes": [ + { + "note": + "Fix `main` and `types` package.json entries so that they point to the new location of index.d.ts and index.js" + } + ] + }, { "version": "1.0.1-rc.4", "changes": [ 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 v1.2.3