Skip to content

Commit 6e8aab1

Browse files
committed
fix(bundles): not releasing CommonJS module #147 #173
as there's no need to use this server-side, but only client-side, so we won't need CommonJS
1 parent d524f6f commit 6e8aab1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
"version": "2.0.0",
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-
"main": "./dist/loading-attribute-polyfill.js",
76
"esmodule": "./dist/loading-attribute-polyfill.modern.js",
87
"module": "./dist/loading-attribute-polyfill.module.js",
98
"umd:main": "./dist/loading-attribute-polyfill.umd.js",

0 commit comments

Comments
 (0)