Skip to content

Commit

Permalink
fix: remove bin from package json
Browse files Browse the repository at this point in the history
  • Loading branch information
BelfordZ committed Aug 5, 2020
1 parent baba023 commit aa017c4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
"url": "https://github.com/open-rpc/server-js.git"
},
"main": "./build/index.js",
"bin": {
"open-rpc-server-js": "./build/cli.js"
},
"files": [
"build",
"!build/**/*.test.*",
Expand All @@ -29,7 +26,6 @@
"dependencies": {
"@open-rpc/schema-utils-js": "^1.14.0",
"body-parser": "^1.19.0",
"commander": "^6.0.0",
"connect": "^3.7.0",
"cors": "^2.8.5",
"json-schema-faker": "^0.5.0-rcv.26",
Expand Down

0 comments on commit aa017c4

Please sign in to comment.