Skip to content

Commit ec5b0e5

Browse files
authored
Added keywords in package
1 parent cf5921e commit ec5b0e5

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

package.json

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
{
22
"name": "x2j-cli",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "Node.js command line script to convert xml input into json output (can be piped easily)",
5+
"keywords": [
6+
"xml",
7+
"json",
8+
"convert",
9+
"xml to json",
10+
"xml2json",
11+
"xml-json",
12+
"xml-to-json",
13+
"xml 2 json",
14+
"xml to js",
15+
"xml to javascript"
16+
],
517
"engines": {
618
"node": ">=4"
719
},

0 commit comments

Comments
 (0)