luckymarmot / API-Flow

Universal data structure and converter for API formats (Swagger, RAML, Paw, Postman…)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Improve package.json

mittsh opened this issue · comments

I think the package.json can be improved. I don't know well the standards in organizing a npm module, but probably having a main index.js script would make sense? We point to src/CurlImporter.js as a main, and it's not a valid path.

resolved in PR#16