Skip to content

Commit 9692bad

Browse files
committed
Renamed the browser package.json field to iife for webpack
1 parent a420275 commit 9692bad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"version": "0.3.2",
55
"main": "dist/as-bind.cjs.js",
66
"module": "dist/as-bind.esm.js",
7-
"browser": "dist/as-bind.iife.js",
7+
"iife": "dist/as-bind.iife.js",
88
"scripts": {
99
"build": "run-s lib:wasm:build lib:js:build",
1010
"dev": "run-p lib:watch lib:test:watch",

0 commit comments

Comments
 (0)