Skip to content

Commit 572fffb

Browse files
committed
build: added browser instead of main entry again
1 parent f6d1202 commit 572fffb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"version": "2.0.2",
44
"description": "Fast and lightweight dependency-free vanilla JavaScript polyfill for native lazy loading / the awesome loading='lazy'-attribute.",
55
"source": "./src/loading-attribute-polyfill.js",
6+
"browser": "./dist/loading-attribute-polyfill.js",
67
"esmodule": "./dist/loading-attribute-polyfill.modern.js",
78
"module": "./dist/loading-attribute-polyfill.module.js",
89
"umd:main": "./dist/loading-attribute-polyfill.umd.js",

0 commit comments

Comments
 (0)