We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 21fba3e commit c4f76c4Copy full SHA for c4f76c4
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "json-to-http-query-string",
3
- "version": "1.0.4",
+ "version": "1.0.5",
4
"description": "Convert JSON to HTTP Query string",
5
"main": "index.js",
6
"scripts": {
@@ -23,7 +23,11 @@
23
"ajax",
24
"fetch",
25
"query",
26
- "URLSearchParams"
+ "URLSearchParams",
27
+ "param",
28
+ "parser",
29
+ "object",
30
+ "string"
31
],
32
"author": "Maxim Boyanov",
33
"license": "ISC",
0 commit comments