We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8dbf12 commit f021f13Copy full SHA for f021f13
2 files changed
openapi-generator/templates/typescript-fetch/package.mustache
@@ -11,6 +11,10 @@
11
"prepare": "npm run build",
12
"test": "jest"
13
},
14
+ "repository": {
15
+ "type": "git",
16
+ "url": "{{repositoryUrl}}"
17
+ },
18
"devDependencies": {
19
"@types/jest": "^29.5.5",
20
"form-data": "^4.0.0",
openapi-generator/typescript_lang.yaml
@@ -1,7 +1,8 @@
1
-'!include': shared.yaml
+"!include": shared.yaml
2
generatorName: typescript-fetch
3
outputDir: clients/typescript
4
npmName: phrase-js
5
npmVersion: 3.16.0
6
typescriptThreePlus: true
7
templateDir: openapi-generator/templates/typescript-fetch
8
+repositoryUrl: https://github.com/phrase/phrase-js
0 commit comments