Skip to content

Commit c4f76c4

Browse files
committed
Update package.json
1 parent 21fba3e commit c4f76c4

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

package.json

+6-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "json-to-http-query-string",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"description": "Convert JSON to HTTP Query string",
55
"main": "index.js",
66
"scripts": {
@@ -23,7 +23,11 @@
2323
"ajax",
2424
"fetch",
2525
"query",
26-
"URLSearchParams"
26+
"URLSearchParams",
27+
"param",
28+
"parser",
29+
"object",
30+
"string"
2731
],
2832
"author": "Maxim Boyanov",
2933
"license": "ISC",

0 commit comments

Comments
 (0)