Merge pull request #1188 from wing328/master

[NodeJS] fixed HTML-escaped description on nodejs json files
This commit is contained in:
wing328
2015-09-05 15:44:16 +08:00
7 changed files with 394 additions and 373 deletions

View File

@@ -1,7 +1,7 @@
{
"name": "{{projectName}}",
"version": "{{appVersion}}",
"description": "{{appDescription}}",
"description": "{{{appDescription}}}",
"main": "index.js",
"keywords": [
"swagger"

View File

@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "{{appName}}",
"description": "{{appDescription}}",
"description": "{{{appDescription}}}",
"version": "{{apiVersion}}"
},
{{#apiInfo}}