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 d4cecef commit a0ef34a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@
"description": "Terminal string styling done right",
"homepage": "https://jaywcjlove.github.io/colors-cli/",
"main": "lib/index.js",
"exports": {
".": "./lib/index.js",
"./index": "./lib/index.js",
"./safe": "./safe.js",
"./toxic": "./safe.js"
},
"directories": {
"test": "test"
},
Expand Down

0 comments on commit a0ef34a

Please sign in to comment.