Skip to content

Commit f0e578c

Browse files
committed
add keywords
1 parent be17f36 commit f0e578c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tiny-querystring",
33
"description": "Tiny parsing and formatting URL query strings for Node.js and browser",
4-
"version": "0.0.0",
4+
"version": "0.0.0-0",
55
"main": "dist/tiny-querystring.js",
66
"module": "tiny-querystring.js",
77
"jsnext:main": "tiny-querystring.js",
@@ -24,7 +24,17 @@
2424
},
2525
"author": "Cap32",
2626
"repository": "Cap32/tiny-querystring",
27-
"keywords": [],
27+
"keywords": [
28+
"querystring",
29+
"qs",
30+
"query",
31+
"stringify",
32+
"parse",
33+
"nodejs",
34+
"browser",
35+
"tiny",
36+
"mini"
37+
],
2838
"license": "MIT",
2939
"dependencies": {},
3040
"devDependencies": {

0 commit comments

Comments
 (0)