-
-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename the project from
opn-cli
to open-cli
And the binary from `opn` to `open-cli`.
- Loading branch information
1 parent
edb1e70
commit e9ad82c
Showing
4 changed files
with
28 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- '12' | ||
- '10' | ||
- '8' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"name": "opn-cli", | ||
"name": "open-cli", | ||
"version": "4.1.0", | ||
"description": "Open stuff like URLs, files, executables. Cross-platform.", | ||
"license": "MIT", | ||
"repository": "sindresorhus/opn-cli", | ||
"repository": "sindresorhus/open-cli", | ||
"author": { | ||
"name": "Sindre Sorhus", | ||
"email": "[email protected]", | ||
"url": "sindresorhus.com" | ||
}, | ||
"bin": { | ||
"opn": "cli.js" | ||
"open-cli": "cli.js" | ||
}, | ||
"engines": { | ||
"node": ">=8" | ||
|
@@ -26,7 +26,6 @@ | |
"cli", | ||
"app", | ||
"open", | ||
"opn", | ||
"opener", | ||
"opens", | ||
"launch", | ||
|
@@ -42,7 +41,6 @@ | |
"url", | ||
"urls", | ||
"arguments", | ||
"args", | ||
"spawn", | ||
"exec", | ||
"child", | ||
|
@@ -51,11 +49,11 @@ | |
"file" | ||
], | ||
"dependencies": { | ||
"file-type": "^10.10.0", | ||
"get-stdin": "^6.0.0", | ||
"file-type": "^11.0.0", | ||
"get-stdin": "^7.0.0", | ||
"meow": "^5.0.0", | ||
"open": "^6.1.0", | ||
"temp-write": "^3.4.0" | ||
"open": "^6.3.0", | ||
"temp-write": "^4.0.0" | ||
}, | ||
"devDependencies": { | ||
"ava": "^1.4.1", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters