We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4494d commit a1b962dCopy full SHA for a1b962d
1 file changed
modules/openapi-generator/src/main/resources/typescript-nestjs-server/package.mustache
@@ -11,12 +11,13 @@
11
"reflect-metadata": "^0.2.2",
12
"rxjs": "^{{rxjsVersion}}"
13
},
14
+ {{#npmRepository}}
15
+ "publishConfig": {
16
+ "registry": "{{{npmRepository}}}"
17
+ },
18
+ {{/npmRepository}}
19
"devDependencies": {
20
"@types/node": "^{{nodeVersion}}",
21
"typescript": "^{{{tsVersion}}}"
- }{{#npmRepository}},
-"publishConfig": {
-"registry": "{{{npmRepository}}}"
22
+ }
23
}
-{{/npmRepository}}
-}
0 commit comments