Skip to content

Commit

Permalink
Merge pull request #85 from intuit/default-label
Browse files Browse the repository at this point in the history
update deps
  • Loading branch information
hipstersmoothie authored Dec 16, 2018
2 parents 4e5fe37 + c34f6af commit 0ad4f5a
Show file tree
Hide file tree
Showing 3 changed files with 855 additions and 1,913 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"command-line-args": "^5.0.2",
"command-line-usage": "^5.0.5",
"cosmiconfig": "5.0.7",
"enquirer": "^2.1.1",
"enquirer": "^2.2.0",
"node-fetch": "2.3.0",
"parse-git": "~1.1.2",
"parse-github-url": "1.0.2",
Expand All @@ -65,7 +65,7 @@
"@types/url-join": "^0.8.2",
"all-contributors-cli": "^5.4.1",
"husky": "^1.2.1",
"ignite": "^1.6.6",
"ignite": "^1.6.7",
"jest": "~23.6.0",
"lint-staged": "^8.1.0",
"prettier": "^1.15.3",
Expand All @@ -74,7 +74,7 @@
"tslint-config-prettier": "~1.17.0",
"tslint-xo": "~0.10.0",
"typescript": "~3.2.2",
"typescript-tslint-plugin": "^0.2.0"
"typescript-tslint-plugin": "^0.2.1"
},
"prettier": {
"singleQuote": true
Expand Down
2 changes: 1 addition & 1 deletion src/cli/args.ts
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ const commands: ICommand[] = [
name: 'label',
summary: 'Get the labels for a pull request',
options: [
{ ...pr, description: `${pr.description} (default to last merged PR)` },
{ ...pr, description: `${pr.description} (defaults to last merged PR)` },
...defaultOptions
],
examples: ['{green $} auto label --pr 123']
Expand Down
Loading

0 comments on commit 0ad4f5a

Please sign in to comment.