Skip to content

Commit

Permalink
fix: fix subpath exports issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 7, 2023
1 parent 3ab78ce commit e62bea7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"exports": {
".": "./lib/index.js",
"./index": "./lib/index.js",
"./color": "./color.js",
"./color": "./lib/color.js",
"./safe": "./safe.js",
"./toxic": "./toxic.js"
},
Expand Down

0 comments on commit e62bea7

Please sign in to comment.