stacktracejs / error-stack-parser

Extract meaning from JS Errors
https://www.stacktracejs.com/#!/docs/error-stack-parser
MIT License
450 stars 52 forks source link

Fix CI 🤞 #43

Closed bengourley closed 6 years ago

bengourley commented 6 years ago

The CI was not working in my other PR (#42). This is an attempt to fix it!

bengourley commented 6 years ago

After the successful build, I merged this into #42.

I tried to do the most minimal changeset to get things working, however it did raise a question…

The jsdoc-dash-template dependency (which depends on sqlite3, which was at the root of the majority of the issues) doesn't appear to be used by any script or command included in the repository. I can see that it is referenced in jsdoc.conf.json but that file doesn't appear to be consumed/used by anything as far as I can see. Should jsdoc-dash-template, jsdoc.conf.json and thus sqlite3 be removed?