Skip to content

Commit 1bd0771

Browse files
committed
chore: npm pkg fix
1 parent 7b1811e commit 1bd0771

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
"version": "1.0.0-alpha.13",
44
"description": "",
55
"type": "module",
6-
"bin": "./lib/bin.js",
6+
"bin": {
7+
"json-server": "lib/bin.js"
8+
},
79
"types": "lib",
810
"files": [
911
"lib",

0 commit comments

Comments
 (0)