Skip to content

Commit

Permalink
Upgrade open-shortcut dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed May 30, 2019
1 parent 0c9a6ba commit b8ce79d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const openShortcut = require('open-shortcut');

const cli = meow(`
Usage
$ open-shortcut <filepath>
$ open-shortcut <file-path>
Examples
$ open-shortcut google
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
],
"dependencies": {
"meow": "^5.0.0",
"open-shortcut": "^3.0.0"
"open-shortcut": "^3.1.0"
},
"devDependencies": {
"ava": "^1.4.1",
Expand Down
7 changes: 1 addition & 6 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ $ npm install --global open-shortcut-cli
$ open-shortcut --help
Usage
$ open-shortcut <filepath>
$ open-shortcut <file-path>
Example
$ open-shortcut google
Expand All @@ -29,8 +29,3 @@ $ open-shortcut --help

- [open-shortcut](https://github.com/sindresorhus/open-shortcut) - API for this module
- [shortcut-url-cli](https://github.com/sindresorhus/shortcut-url-cli) - Get the URL from a web shortcut file


## License

MIT © [Sindre Sorhus](https://sindresorhus.com)

0 comments on commit b8ce79d

Please sign in to comment.