Skip to content

Commit f6284e6

Browse files
author
Joris Goovaerts
committed
Forking
1 parent 4e2e144 commit f6284e6

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

.npmrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
registry=https://registry.npmjs.org/
2+
@agidens:registry=https://pkgs.dev.azure.com/agidens-mes/O2C/_packaging/Order2Cash/npm/registry/
3+
4+
always-auth=true

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"name": "openapi-typescript-codegen",
3-
"version": "0.9.3",
2+
"name": "@agidens/openapi-typescript-codegen",
3+
"version": "0.9.3-1",
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/CommCody/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/CommCody/openapi-typescript-codegen.git"
1010
},
1111
"bugs": {
12-
"url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues"
12+
"url": "https://github.com/CommCody/openapi-typescript-codegen/issues"
1313
},
1414
"license": "MIT",
1515
"keywords": [

0 commit comments

Comments
 (0)