Skip to content

Commit 09fd3cd

Browse files
committed
🐛 include browser.* to publish
1 parent abeef69 commit 09fd3cd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"main": "dist/abort-controller",
66
"files": [
77
"dist",
8-
"polyfill.*"
8+
"polyfill.*",
9+
"browser.*"
910
],
1011
"engines": {
1112
"node": ">=6.5"

0 commit comments

Comments
 (0)