From f6284e67b1a24adc97d12dbfd278d3643c60226b Mon Sep 17 00:00:00 2001 From: Joris Goovaerts Date: Thu, 9 Sep 2021 10:18:46 +0200 Subject: [PATCH] Forking --- .npmrc | 4 ++++ package.json | 10 +++++----- 2 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 000000000..c22a79329 --- /dev/null +++ b/.npmrc @@ -0,0 +1,4 @@ +registry=https://registry.npmjs.org/ +@agidens:registry=https://pkgs.dev.azure.com/agidens-mes/O2C/_packaging/Order2Cash/npm/registry/ + +always-auth=true diff --git a/package.json b/package.json index 9b56ef5e4..d518fa80c 100644 --- a/package.json +++ b/package.json @@ -1,15 +1,15 @@ { - "name": "openapi-typescript-codegen", - "version": "0.9.3", + "name": "@agidens/openapi-typescript-codegen", + "version": "0.9.3-1", "description": "Library that generates Typescript clients based on the OpenAPI specification.", "author": "Ferdi Koomen", - "homepage": "https://github.com/ferdikoomen/openapi-typescript-codegen", + "homepage": "https://github.com/CommCody/openapi-typescript-codegen", "repository": { "type": "git", - "url": "git+https://github.com/ferdikoomen/openapi-typescript-codegen.git" + "url": "git+https://github.com/CommCody/openapi-typescript-codegen.git" }, "bugs": { - "url": "https://github.com/ferdikoomen/openapi-typescript-codegen/issues" + "url": "https://github.com/CommCody/openapi-typescript-codegen/issues" }, "license": "MIT", "keywords": [