Skip to content

Commit 4c50e93

Browse files
authored
Merge pull request #37 from torch2424/webpack-browser-package.json
Renamed the browser package.json field to iife for webpack
2 parents a420275 + 9692bad commit 4c50e93

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)