Skip to content

Commit b13229e

Browse files
committed
Fix package name
1 parent bf6e572 commit b13229e

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

package.json

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
"name": "openapi-typescript-codegen",
2+
"name": "@thulium/openapi-typescript-codegen",
33
"version": "0.0.1",
44
"description": "Library that generates Typescript clients based on the OpenAPI specification.",
55
"author": "Ferdi Koomen",
66
"homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen",
77
"repository": {
88
"type": "git",
9-
"url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git"
10-
},
11-
"bugs": {
12-
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
9+
"url": "git+https://github.com/thulium/openapi-typescript-codegen.git"
1310
},
1411
"license": "MIT",
1512
"keywords": [

0 commit comments

Comments
 (0)