Skip to content

Commit 0064300

Browse files
committed
f: update package exports
1 parent f8a65cd commit 0064300

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
@@ -16,7 +16,7 @@
1616
},
1717
"exports": {
1818
".": "./server.js",
19-
"./*": "./*"
19+
"./*": "./lib/*"
2020
},
2121
"scripts": {
2222
"test": "node ./tests/",

0 commit comments

Comments
 (0)