Skip to content

Commit 5339226

Browse files
committed
Updfating keywords, and version number
1 parent d1a2017 commit 5339226

File tree

1 file changed

+14
-8
lines changed

1 file changed

+14
-8
lines changed

package.json

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "conditional-helpers",
3-
"version": "1.0.0",
3+
"version": "2.0.0",
44
"description": "A collection of JavaScript helper functions to be used in conditional logic within projects",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -14,13 +14,19 @@
1414
"url": "git+https://github.com/garydavisonos/conditional-helpers.git"
1515
},
1616
"keywords": [
17-
"JS",
18-
"javaScript",
19-
"helper",
20-
"functions",
21-
"for",
22-
"conditional",
23-
"logic"
17+
"JavaScript",
18+
"Conditional logic",
19+
"Helper functions",
20+
"Type checking",
21+
"utility",
22+
"validation",
23+
"type-checking",
24+
"npm-package",
25+
"conditional-helpers",
26+
"helper-functions",
27+
"data-validation",
28+
"type-guards",
29+
"javascript-utilities"
2430
],
2531
"author": "Gary Davison",
2632
"license": "ISC",

0 commit comments

Comments
 (0)