Skip to content

Commit 03c2f80

Browse files
committed
1.0.0
1 parent 7acfee6 commit 03c2f80

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
22
"name": "getopts",
33
"description": "Node.js CLI options parser.",
4-
"version": "0.0.1",
4+
"version": "1.0.0",
55
"main": "index.js",
66
"license": "MIT",
77
"repository": "getopts/getopts",
88
"author": "Jorge Bucaran",
99
"keywords": [
1010
"cli",
1111
"argv",
12-
"cli-parser"
12+
"cli-parser",
13+
"getopts"
1314
],
1415
"scripts": {
1516
"test": "nyc -r lcov tape test/*.js && nyc report",

0 commit comments

Comments
 (0)