forked from loafle/openapi-generator-original
Merge pull request #720 from akras14/master
Fixes a bug with Node.js example generating invalid package.json and swa...
This commit is contained in:
commit
df2cbfd0e9
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "{{projectName}}",
|
||||
"version": "{{appVersion}}",
|
||||
"description": "{{appDescription}}",
|
||||
"description": "{{{appDescription}}}",
|
||||
"main": "index.js",
|
||||
"keywords": [
|
||||
"swagger"
|
||||
|
@ -2,7 +2,7 @@
|
||||
"swagger": "2.0",
|
||||
"info": {
|
||||
"title": "{{appName}}",
|
||||
"description": "{{appDescription}}",
|
||||
"description": "{{{appDescription}}}",
|
||||
"version": "{{apiVersion}}"
|
||||
},
|
||||
{{#apiInfo}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user