Skip to content

Commit

Permalink
fix: fix subpath issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Mar 9, 2023
1 parent cc44f25 commit 677c3c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@
".": "./lib/index.js",
"./index": "./lib/index.js",
"./color": "./lib/color.js",
"./lib/color.js": "./lib/color.js",
"./safe": "./safe.js",
"./safe.js": "./safe.js",
"./toxic.js": "./toxic.js",
"./toxic": "./toxic.js"
},
"directories": {
Expand Down

0 comments on commit 677c3c3

Please sign in to comment.