Skip to content

Commit

Permalink
build: update @open-website-status/provider-sdk
Browse files Browse the repository at this point in the history
BREAKING CHANGE: "-s, --server <url>" option is now required
  • Loading branch information
dominik-korsa committed Jul 17, 2020
1 parent 5c77cfe commit 6eba36b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bin/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updateNotifier({

program
.requiredOption('-t, --token <token>', 'Provider token')
.option('-s, --server <url>', 'Server URL')
.requiredOption('-s, --server <url>', 'Server URL')
.option('-p, --path <path>', 'Provider socket path');

program.parse(process.argv);
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"author": "Dominik Korsa <dominik.korsa@gmail.com> (https://github.com/dominik-korsa)",
"license": "MIT",
"dependencies": {
"@open-website-status/provider-sdk": "^1.0.7",
"@open-website-status/provider-sdk": "^1.1.0",
"chalk": "^4.1.0",
"commander": "^5.1.0",
"got": "^11.5.1",
Expand Down

0 comments on commit 6eba36b

Please sign in to comment.