swagger-api/swagger-codegen

node.js generator can create invalid package.json files

Open

#2.088 aberto em 9 de fev. de 2016

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)HTML (5.474 forks)batch import
Enhancement: GeneralServer: Nodejshelp wanted

Métricas do repositório

Stars
 (12.701 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

We need to properly escape the name, and version as well.

For instance:

name: "it's bad",
version: "1"

Will give an error on the name and the version as well.

Reported by @kesh92

Guia do colaborador