Skip to content

Commit 7119306

Browse files
author
Максим Калин
committed
add npmrc
1 parent bb12900 commit 7119306

File tree

2 files changed

+7
-16
lines changed

2 files changed

+7
-16
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ test/e2e/generated
1515
samples/generated
1616
samples/swagger-codegen-cli-v2.jar
1717
samples/swagger-codegen-cli-v3.jar
18+
.npmrc

package.json

Lines changed: 6 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,11 @@
22
"name": "openapi-typescript-codegen",
33
"version": "0.27.0",
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",
7-
"repository": {
8-
"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"
13-
},
5+
"homepage": "https://github.com/kimiyori/openapi-typescript-codegen",
146
"license": "MIT",
7+
"publishConfig": {
8+
"registry": "https://nexus.capitalgroup.ru/repository/npm-release/"
9+
},
1510
"keywords": [
1611
"openapi",
1712
"swagger",
@@ -25,12 +20,6 @@
2520
"angular",
2621
"node"
2722
],
28-
"maintainers": [
29-
{
30-
"name": "Ferdi Koomen",
31-
"email": "[email protected]"
32-
}
33-
],
3423
"main": "dist/index.js",
3524
"types": "types/index.d.ts",
3625
"bin": {
@@ -57,7 +46,8 @@
5746
"eslint:fix": "eslint . --fix",
5847
"prepare": "npm run clean && npm run release",
5948
"codecov": "codecov --token=66c30c23-8954-4892-bef9-fbaed0a2e42b",
60-
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen ."
49+
"docker": "docker build -t eeelenbaas/openapi-typescript-codegen .",
50+
"publish-to-nexus": "npm --no-git-tag-version version patch && npm publish"
6151
},
6252
"dependencies": {
6353
"@apidevtools/json-schema-ref-parser": "^10.1.0",

0 commit comments

Comments
 (0)