Skip to content

Commit

Permalink
chore(deps-dev): bumping out of date dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Jun 15, 2022
1 parent 556834c commit 97816f3
Show file tree
Hide file tree
Showing 3 changed files with 759 additions and 767 deletions.
2 changes: 1 addition & 1 deletion __tests__/cmds/openapi.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ const successfulMessageBase = (specPath, specType) => [
'',
`To update your ${specType} definition, run the following:`,
'',
`\t${chalk.green(`rdme openapi ${specPath} --key=${key} --id=1`)}`,
`\t${chalk.green(`rdme openapi ${specPath} --key=<key> --id=1`)}`,
];
const successfulUpload = (specPath, specType = 'OpenAPI') =>
[
Expand Down
Loading

0 comments on commit 97816f3

Please sign in to comment.