Skip to content

Commit

Permalink
Merge pull request #261 from GoogleChrome/unpkg
Browse files Browse the repository at this point in the history
Set an explicit unpkg dist file
  • Loading branch information
philipwalton committed Sep 15, 2022
2 parents e502fab + 090a045 commit 07c31b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -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",
Expand Down

0 comments on commit 07c31b3

Please sign in to comment.