Skip to content

Commit ee4c905

Browse files
committed
update
1 parent 18926ee commit ee4c905

File tree

2 files changed

+8771
-12
lines changed

2 files changed

+8771
-12
lines changed

package.json

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "openapi-typescript-codegen",
2+
"name": "@sobytes/openapi-typescript-codegen",
33
"version": "0.25.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/50Bytes/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/50Bytes/openapi-typescript-codegen.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
12+
"url": "https://github.com/50Bytes/openapi-typescript-codegen/issues"
1313
},
1414
"license": "MIT",
1515
"keywords": [
@@ -25,12 +25,6 @@
2525
"angular",
2626
"node"
2727
],
28-
"maintainers": [
29-
{
30-
"name": "Ferdi Koomen",
31-
"email": "[email protected]"
32-
}
33-
],
3428
"main": "dist/index.js",
3529
"types": "types/index.d.ts",
3630
"bin": {
@@ -121,9 +115,9 @@
121115
"typescript": "5.1.6",
122116
"zone.js": "0.13.1"
123117
},
124-
"overrides" : {
118+
"overrides": {
125119
"node-fetch": "2.6.9",
126120
"rollup": "3.26.1",
127121
"typescript": "5.1.6"
128122
}
129-
}
123+
}

0 commit comments

Comments
 (0)