From b8ce79d41b797f036d0e8104f301fd9abd4fbf4a Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Thu, 30 May 2019 14:34:24 +0700 Subject: [PATCH] Upgrade `open-shortcut` dependency --- cli.js | 2 +- package.json | 2 +- readme.md | 7 +------ 3 files changed, 3 insertions(+), 8 deletions(-) diff --git a/cli.js b/cli.js index e1438b0..15df0db 100755 --- a/cli.js +++ b/cli.js @@ -5,7 +5,7 @@ const openShortcut = require('open-shortcut'); const cli = meow(` Usage - $ open-shortcut + $ open-shortcut Examples $ open-shortcut google diff --git a/package.json b/package.json index e4a5973..584cb10 100644 --- a/package.json +++ b/package.json @@ -36,7 +36,7 @@ ], "dependencies": { "meow": "^5.0.0", - "open-shortcut": "^3.0.0" + "open-shortcut": "^3.1.0" }, "devDependencies": { "ava": "^1.4.1", diff --git a/readme.md b/readme.md index 636823b..96fdb03 100644 --- a/readme.md +++ b/readme.md @@ -16,7 +16,7 @@ $ npm install --global open-shortcut-cli $ open-shortcut --help Usage - $ open-shortcut + $ open-shortcut Example $ open-shortcut google @@ -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)