Skip to content

Commit d62f2c4

Browse files
committed
Update package
1 parent 2de7b7a commit d62f2c4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "query-strings-parser",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Middleware to transform query strings in a format that is recognized by the MongoDB, MySQL and other databases...",
55
"license": "MIT",
66
"main": "index.js",
@@ -25,17 +25,17 @@
2525
],
2626
"keywords": [
2727
"middleware",
28+
"query",
2829
"query-string",
30+
"querystring",
31+
"querystrings",
32+
"qs",
2933
"parser",
3034
"stringfy",
3135
"encode",
3236
"decode",
3337
"searchparams",
3438
"url",
35-
"querystring",
36-
"querystrings",
37-
"qs",
38-
"query",
3939
"string"
4040
],
4141
"engines": {
@@ -48,4 +48,4 @@
4848
"node-mocks-http": "^1.7.3",
4949
"nyc": "^13.1.0"
5050
}
51-
}
51+
}

0 commit comments

Comments
 (0)