Skip to content

Commit eae3d99

Browse files
committed
clean: update package.json
1 parent 665ad8b commit eae3d99

File tree

1 file changed

+5
-14
lines changed

1 file changed

+5
-14
lines changed

package.json

Lines changed: 5 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
{
2-
"name": "openapi-typescript-codegen",
3-
"version": "0.25.0",
2+
"name": "@codacy/openapi-typescript-codegen",
3+
"version": "0.0.1",
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": "Codacy",
6+
"homepage": "https://github.com/codacy/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/codacy/openapi-typescript-codegen.git"
1310
},
1411
"license": "MIT",
1512
"keywords": [
@@ -25,12 +22,6 @@
2522
"angular",
2623
"node"
2724
],
28-
"maintainers": [
29-
{
30-
"name": "Ferdi Koomen",
31-
"email": "[email protected]"
32-
}
33-
],
3425
"main": "dist/index.js",
3526
"types": "types/index.d.ts",
3627
"bin": {

0 commit comments

Comments
 (0)