From 4810bab02208d5978aa1256a37d4db658181f961 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Tue, 7 Sep 2021 09:45:40 -0700 Subject: [PATCH] add the exports field --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 977e56e1..d664956f 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.12.8", "description": "Shims for the latest ES module features", "main": "dist/es-module-shims.js", + "exports": "./dist/es-module-shims.js", "scripts": { "build": "rollup -c", "footprint": "npm run build && cat dist/es-module-shims.min.js | gzip -9f | wc -c",