Skip to content

Commit bdbb2b0

Browse files
committed
Add npm keywords
1 parent 549738b commit bdbb2b0

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

package.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,28 @@
1212
"test": "gulp test"
1313
},
1414
"description": "JSON serialization should never fail",
15-
"keywords": [],
15+
"keywords": [
16+
"bigint",
17+
"circular",
18+
"cycle",
19+
"enumerable",
20+
"exception-handling",
21+
"exceptions",
22+
"getters",
23+
"javascript",
24+
"json",
25+
"library",
26+
"nodejs",
27+
"parsing",
28+
"serialization",
29+
"symbols",
30+
"tojson",
31+
"types",
32+
"typescript",
33+
"valid",
34+
"validate",
35+
"validation"
36+
],
1637
"license": "Apache-2.0",
1738
"homepage": "https://www.github.com/ehmicky/safe-json-value",
1839
"repository": "ehmicky/safe-json-value",

0 commit comments

Comments
 (0)