Anton Rudeshko
Anton Rudeshko
Right now configuration files is not valid JS: ``` js { graphitePort: 2003 , graphiteHost: "graphite.example.com" } ``` Proof: ``` $ node exampleConfig.js statsd/exampleConfig.js:106 , graphiteHost: "graphite.example.com" ^ SyntaxError: Unexpected...
JSHint reports that [this row](https://github.com/steves/node-jira/blob/master/lib/jira.js#L132): ``` js OAuth = require("oauth"); ``` has unused variable. And this is true. Is it really needed somewhere?
This will exclude unnecessary stuff like docs and tests from npm package Reduced npm package size from 292KB to 12KB See also my [blog post about it](http://www.rudeshko.com/web/2014/05/13/help-people-consume-your-npm-packages.html).