twskj / pretty-swag

Pretty UI for Swagger spec
MIT License
122 stars 20 forks source link

Explicit esprima@4.0.0 dependency #35

Closed gramstrong closed 7 years ago

gramstrong commented 7 years ago

I added an explicit dependency for esprima@4.0.0 in the package.json. Previously a clean install of pretty-swag was using esprima@4.0.0 via a dependency in js-yaml, itself a dependency of json-schema-ref-parser.

This was causing dependency conflicts with other installed modules that require an older version of esprima that isn't compatible with @4.0.0.

twskj commented 7 years ago

Thank you! I totally overlooked it.