From aa22a9390bfd660c337f2f32973386846f45b020 Mon Sep 17 00:00:00 2001 From: Jeff Posnick Date: Fri, 3 Sep 2021 14:13:20 -0400 Subject: [PATCH] Use the UMD bundle for main --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index bd08849..7e2d9fd 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "type": "git", "url": "https://github.com/kenchris/urlpattern-polyfill" }, - "main": "./dist/index.cjs", + "main": "./dist/index.umd.js", "module": "./dist/index.js", "unpkg": "./dist/index.umd.js", "types": "./dist/index.d.ts",