Skip to content

Commit 86d91c8

Browse files
committed
Add keywords.
1 parent 63b96ed commit 86d91c8

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

package.json

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,38 @@
11
{
22
"name": "open-browsers",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Attempts to open the browser with a given URL. On Mac OS X, attempts to reuse an existing Chrome tab via AppleScript.",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"keywords": [],
9+
"keywords": [
10+
"app",
11+
"open",
12+
"opn",
13+
"opener",
14+
"opens",
15+
"launch",
16+
"start",
17+
"xdg",
18+
"xdg",
19+
"default",
20+
"cmd",
21+
"browser",
22+
"editor",
23+
"executable",
24+
"exe",
25+
"url",
26+
"urls",
27+
"arguments",
28+
"args",
29+
"spawn",
30+
"exec",
31+
"child",
32+
"process",
33+
"website",
34+
"file"
35+
],
1036
"author": "",
1137
"license": "MIT",
1238
"dependencies": {

0 commit comments

Comments
 (0)