Skip to content

Commit

Permalink
fix: bin path and peer dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyben committed Jul 21, 2021
1 parent 4382ef1 commit 89af19e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
"license": "MIT",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": "dist/bin.js",
"bin": {
"json-server-auth": "./dist/bin.js"
},
"files": [
"dist"
],
Expand All @@ -24,7 +26,7 @@
"release": "standard-version"
},
"peerDependencies": {
"json-server": "^0.15"
"json-server": "*"
},
"dependencies": {
"bcryptjs": "^2.4.3",
Expand Down

0 comments on commit 89af19e

Please sign in to comment.