Skip to content

Commit

Permalink
fix: bump version for param by name fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zcstarr committed Sep 22, 2021
1 parent 481579b commit 3593632
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 37 deletions.
59 changes: 24 additions & 35 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/open-rpc/mock-server#readme",
"bin": {
"open-rpc-mock-server": "./build/cli.js"
"open-rpc-mock-server": "build/cli.js"
},
"files": [
"bin/*.js",
Expand All @@ -33,7 +33,7 @@
"dependencies": {
"@open-rpc/examples": "^1.6.1",
"@open-rpc/schema-utils-js": "1.15.0",
"@open-rpc/server-js": "1.9.0",
"@open-rpc/server-js": "1.9.1",
"commander": "^6.1.0",
"lodash": "^4.17.19"
},
Expand Down

0 comments on commit 3593632

Please sign in to comment.