Skip to content

Commit 5e447f1

Browse files
committed
Personalize fork (and publish)
1 parent c59d9ed commit 5e447f1

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

package.json

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "openapi-typescript-codegen",
2+
"name": "@codelenny/openapi-typescript-codegen",
33
"version": "0.23.0",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
6-
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
6+
"homepage": "https://github.com/codelenny/openapi-typescript-codegen",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git"
9+
"url": "git+https://github.com/codelenny/openapi-typescript-codegen.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
12+
"url": "https://github.com/codelenny/openapi-typescript-codegen/issues"
1313
},
1414
"license": "MIT",
1515
"keywords": [
@@ -27,8 +27,7 @@
2727
],
2828
"maintainers": [
2929
{
30-
"name": "Ferdi Koomen",
31-
"email": "[email protected]"
30+
"name": "Flyyn Leonard"
3231
}
3332
],
3433
"main": "dist/index.js",

0 commit comments

Comments
 (0)