Skip to content

Commit

Permalink
chore: npm pkg fix
Browse files Browse the repository at this point in the history
  • Loading branch information
typicode committed Jan 7, 2024
1 parent 7b1811e commit 1bd0771
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Expand Up @@ -3,7 +3,9 @@
"version": "1.0.0-alpha.13",
"description": "",
"type": "module",
"bin": "./lib/bin.js",
"bin": {
"json-server": "lib/bin.js"
},
"types": "lib",
"files": [
"lib",
Expand Down

0 comments on commit 1bd0771

Please sign in to comment.