Skip to content

Commit 413c5a1

Browse files
committed
Update package.json
1 parent a6465c9 commit 413c5a1

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,16 @@
11
{
2-
"name": "openapi-typescript-codegen",
2+
"name": "@ciptex/openapi-typescript-codegen",
33
"version": "0.13.0",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
5-
"author": "Ferdi Koomen",
6-
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
5+
"author": "Ferdi Koomen & Matthew C Duggan",
6+
"homepage": "https://github.com/Ciptex/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/Ciptex/openapi-typescript-codegen.git"
1010
},
11+
"private": true,
1112
"bugs": {
12-
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
13+
"url": "https://github.com/Ciptex/openapi-typescript-codegen/issues"
1314
},
1415
"license": "MIT",
1516
"keywords": [
@@ -26,8 +27,8 @@
2627
],
2728
"maintainers": [
2829
{
29-
"name": "Ferdi Koomen",
30-
"email": "info@madebyferdi.com"
30+
"name": "Matthew Duggan",
31+
"email": "matthew.duggan@ciptex.com"
3132
}
3233
],
3334
"main": "dist/index.js",

0 commit comments

Comments
 (0)