Skip to content

Commit

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

0 comments on commit b46f997

Please sign in to comment.