Skip to content

Commit 68a076f

Browse files
committed
update keywords
1 parent c4d9321 commit 68a076f

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

package.json

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "node-command-line",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "Simple command line interface to execute command from node environment with promise",
55
"main": "node-command-line.js",
66
"scripts": {
@@ -11,14 +11,15 @@
1111
"url": "git+https://github.com/shaishab/node-command-line.git"
1212
},
1313
"keywords": [
14-
"node.js",
1514
"node",
1615
"command",
17-
"command-line",
18-
"cmd",
19-
"node-command-line",
2016
"line",
21-
"cli"
17+
"cmd",
18+
"cli",
19+
"node command line",
20+
"node cli",
21+
"node cmd",
22+
"node-command-line"
2223
],
2324
"author": "[email protected]",
2425
"license": "MIT",

0 commit comments

Comments
 (0)