Skip to content

Commit 19c6e8c

Browse files
committed
chore: make exports with *
1 parent 0d9929c commit 19c6e8c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@
4949
".": {
5050
"import": "./src/index.js"
5151
},
52-
"./compare": {
52+
"./compare*": {
5353
"import": "./src/compare.js"
5454
},
55-
"./concat": {
55+
"./concat*": {
5656
"import": "./src/concat.js"
5757
},
58-
"./equals": {
58+
"./equals*": {
5959
"import": "./src/equals.js"
6060
},
61-
"./from-string": {
61+
"./from-string*": {
6262
"import": "./src/from-string.js"
6363
},
64-
"./to-string": {
64+
"./to-string*": {
6565
"import": "./src/to-string.js"
6666
},
67-
"./xor": {
67+
"./xor*": {
6868
"import": "./src/xor.js"
6969
}
7070
},

0 commit comments

Comments
 (0)