Skip to content

Commit 7152414

Browse files
authored
Merge pull request #212 from MaddyGuthridge/maddy-add-publint
Remove browser attribute from package.json, as webpack seems to be disabled
2 parents 56b8770 + f999f7b commit 7152414

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
@@ -18,7 +18,7 @@
1818
"url": "http://github.com/oozcitak/xmlbuilder2/issues"
1919
},
2020
"main": "./lib/index",
21-
"browser": "./lib/xmlbuilder2.min.js",
21+
"type": "commonjs",
2222
"engines": {
2323
"node": ">=20.0"
2424
},

0 commit comments

Comments
 (0)