Skip to content

Commit 3e9409a

Browse files
committed
fix: forgot to prepend the path with a dot
1 parent 321cc37 commit 3e9409a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
],
1111
"exports": {
1212
".": "./index.js",
13-
"skip-formatting": "./skip-formatting.js"
13+
"./skip-formatting": "./skip-formatting.js"
1414
},
1515
"publishConfig": {
1616
"access": "public"

0 commit comments

Comments
 (0)