Skip to content

Commit

Permalink
chore: make exports with *
Browse files Browse the repository at this point in the history
  • Loading branch information
vasco-santos committed Jul 29, 2021
1 parent 0d9929c commit 19c6e8c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,22 @@
".": {
"import": "./src/index.js"
},
"./compare": {
"./compare*": {
"import": "./src/compare.js"
},
"./concat": {
"./concat*": {
"import": "./src/concat.js"
},
"./equals": {
"./equals*": {
"import": "./src/equals.js"
},
"./from-string": {
"./from-string*": {
"import": "./src/from-string.js"
},
"./to-string": {
"./to-string*": {
"import": "./src/to-string.js"
},
"./xor": {
"./xor*": {
"import": "./src/xor.js"
}
},
Expand Down

0 comments on commit 19c6e8c

Please sign in to comment.