Skip to content

Commit fb79b8c

Browse files
committed
- versioning
1 parent b978f42 commit fb79b8c

File tree

2 files changed

+4
-15
lines changed

2 files changed

+4
-15
lines changed

package-lock.json

Lines changed: 0 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,17 @@
11
{
2-
"name": "openapi-typescript-codegen",
3-
"version": "0.29.0",
2+
"name": "@lamarcke/openapi-typescript-codegen",
3+
"version": "0.29.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"
9+
"url": "git+https://github.com/Lamarcke/openapi-typescript-codegen.git"
1010
},
1111
"bugs": {
1212
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
1313
},
14+
"module": "CommonJS",
1415
"license": "MIT",
1516
"keywords": [
1617
"openapi",

0 commit comments

Comments
 (0)