Skip to content

Commit 3604c51

Browse files
committed
Remove "browser" export
(probably fixes #45)
1 parent 9edec2f commit 3604c51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

package.json

+1-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,9 @@
2121
"types": "./dist/country-coder.d.ts",
2222
"main": "./dist/country-coder.cjs",
2323
"module": "./dist/country-coder.mjs",
24-
"browser": "./dist/country-coder.iife.js",
2524
"exports": {
2625
"import": "./dist/country-coder.mjs",
27-
"require": "./dist/country-coder.cjs",
28-
"browser": "./dist/country-coder.iife.js"
26+
"require": "./dist/country-coder.cjs"
2927
},
3028
"dependencies": {
3129
"which-polygon": "^2.2.0"

0 commit comments

Comments
 (0)