From 090a045f665039d5902da7342e8531979437ac54 Mon Sep 17 00:00:00 2001 From: Philip Walton Date: Wed, 14 Sep 2022 23:14:18 -0700 Subject: [PATCH] Set an explicit unpkg dist file --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 121fbb8b..3f992686 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "typings": "dist/modules/index.d.ts", "main": "dist/web-vitals.umd.cjs", "module": "dist/web-vitals.js", + "unpkg": "dist/web-vitals.iife.js", "exports": { ".": { "types": "./dist/modules/index.d.ts",