Skip to content

Commit 4014af3

Browse files
committed
chore: add keywords to package.json
1 parent 660b5bd commit 4014af3

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

package.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,16 @@
1818
"engines": {
1919
"node": ">=16.0.0"
2020
},
21-
"keywords": [],
21+
"keywords": [
22+
"fastify",
23+
"racing",
24+
"fastify-racing",
25+
"http",
26+
"server",
27+
"abortcontroller",
28+
"abort-controller",
29+
"abort-signal"
30+
],
2231
"repository": {
2332
"type": "git",
2433
"url": "git+https://github.com/metcoder95/fastify-racing.git"
@@ -57,4 +66,4 @@
5766
"*.test-d.ts"
5867
]
5968
}
60-
}
69+
}

0 commit comments

Comments
 (0)