Skip to content

Commit ddf3b4c

Browse files
committed
🐛 Fix malformed package.json key
1 parent 831598a commit ddf3b4c

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
@@ -51,7 +51,7 @@
5151
},
5252
"import": {
5353
"types": "./dist/index.all.d.ts",
54-
"default:": "./dist/index.all.js"
54+
"default": "./dist/index.all.js"
5555
}
5656
},
5757
"./addons": {

0 commit comments

Comments
 (0)