Skip to content

Commit

Permalink
fix: forgot to prepend the path with a dot
Browse files Browse the repository at this point in the history
  • Loading branch information
haoqunjiang committed Sep 23, 2024
1 parent 321cc37 commit 3e9409a
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 @@ -10,7 +10,7 @@
],
"exports": {
".": "./index.js",
"skip-formatting": "./skip-formatting.js"
"./skip-formatting": "./skip-formatting.js"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 3e9409a

Please sign in to comment.