node-jira-client
node-jira-client copied to clipboard
Docs being distributed with package, causing large distribution size
I've been trying to evaluate whether to use this package or jira-connector, and the main differentiator for my team's purposes seems to be that this includes a bunch of files in the docs directory for no clear reason. This includes a six megabyte source-mapping file in docs/ast/source.
I can't think of any reason why the docs, already hosted on jira-node.github.io, need to be included with the package.
Yep, the AST file seems unused:
7.0M node_modules/jira-client/docs/ast/source/jira.js.json
Together with postman-request and dependencies (#332) a clean install takes up 17MB...
Unfortunately, jira-connector is deprecated and https://github.com/MrRefactoring/jira.js is not better than this one.