Skip to content

Commit ab25c58

Browse files
authored
chore: tweak npm metadata (#234)
1 parent f377349 commit ab25c58

File tree

5 files changed

+13
-1
lines changed

5 files changed

+13
-1
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"name": "Michael Nahkies",
99
"email": "support@nahkies.co.nz"
1010
},
11+
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
1112
"repository": {
1213
"type": "git",
1314
"url": "https://github.com/mnahkies/openapi-code-generator.git"

packages/openapi-code-generator/package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Michael Nahkies",
88
"email": "support@nahkies.co.nz"
99
},
10+
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/mnahkies/openapi-code-generator.git",
@@ -83,17 +84,21 @@
8384
"dist",
8485
"README.md",
8586
"CHANGELOG.md",
87+
"package.json",
8688
"tsconfig.json"
8789
],
8890
"keywords": [
8991
"openapi",
9092
"openapi3",
93+
"typespec",
94+
"zod",
9195
"typescript",
9296
"sdk",
9397
"generator",
9498
"codegen",
9599
"koa",
96100
"fetch",
101+
"axios",
97102
"angular"
98103
],
99104
"publishConfig": {

packages/typescript-axios-runtime/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Michael Nahkies",
88
"email": "support@nahkies.co.nz"
99
},
10+
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/mnahkies/openapi-code-generator.git",
@@ -42,6 +43,7 @@
4243
"dist",
4344
"README.md",
4445
"CHANGELOG.md",
46+
"package.json",
4547
"tsconfig.json"
4648
],
4749
"keywords": [

packages/typescript-fetch-runtime/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Michael Nahkies",
88
"email": "support@nahkies.co.nz"
99
},
10+
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/mnahkies/openapi-code-generator.git",
@@ -52,6 +53,7 @@
5253
"dist",
5354
"README.md",
5455
"CHANGELOG.md",
56+
"package.json",
5557
"tsconfig.json"
5658
],
5759
"keywords": [

packages/typescript-koa-runtime/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
"name": "Michael Nahkies",
88
"email": "support@nahkies.co.nz"
99
},
10+
"homepage": "https://openapi-code-generator.nahkies.co.nz/",
1011
"repository": {
1112
"type": "git",
1213
"url": "https://github.com/mnahkies/openapi-code-generator.git",
@@ -72,7 +73,8 @@
7273
"@nahkies/openapi-code-generator",
7374
"runtime",
7475
"typescript-koa",
75-
"koa"
76+
"koa",
77+
"zod"
7678
],
7779
"publishConfig": {
7880
"access": "public"

0 commit comments

Comments
 (0)