Skip to content

Commit d2a81b1

Browse files
committed
docs: ✏️ Package.json git url update, keywords added
1 parent cf560f3 commit d2a81b1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

package.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fastify-typescript-generator",
3-
"version": "0.1.2",
3+
"version": "0.1.3",
44
"description": "Generate new Fastify applications similar to express-generate which but sets it up to use TypeScript instead",
55
"preferGlobal": true,
66
"scripts": {
@@ -12,7 +12,7 @@
1212
},
1313
"repository": {
1414
"type": "git",
15-
"url": "git+https://github.com/open-devs/fastify-typescript-generator.git"
15+
"url": "https://github.com/open-devs/fastify-typescript-generator.git"
1616
},
1717
"main": "./lib/cli.js",
1818
"module": "./lib/cli.js",
@@ -52,7 +52,10 @@
5252
"testing",
5353
"routes",
5454
"router",
55-
"routing"
55+
"routing",
56+
"fastify-typescript-generator",
57+
"fastify-typescript-gen",
58+
"fastify-ts-gen"
5659
],
5760
"author": "open devs (open.devs.github@gmail.com)",
5861
"contributors": [

0 commit comments

Comments
 (0)