stephenyeargin / hubot-grafana

📈🤖 Query Grafana dashboards
http://docs.grafana.org/tutorials/hubot_howto/
MIT License
154 stars 48 forks source link

feat: clean the NPM package to make its footprint smaller #158

Closed KeesCBakker closed 1 year ago

KeesCBakker commented 1 year ago

Is your feature request related to a problem? Please describe. When I look at the code in the package, I see it ships way more than we actually need to run the package:

image

Describe the solution you'd like Let's use a .npmignore to exclude the following things:

Describe alternatives you've considered N/A

Additional context I can make a PR for this.