tj / node-querystring

querystring parser for node and the browser - supporting nesting (used by Express, Connect, etc)
MIT License
455 stars 66 forks source link

Add a `.npmignore` file to prevent useless stuff from getting in the npm distro #46

Closed balupton closed 10 years ago

balupton commented 11 years ago

Things like the tests, examples, etc are not required for the npm distribution, and thus only add to the weight of the package without any use. It would be nice if these were included in a .npmignore file - see https://npmjs.org/doc/developers.html#Keeping-files-out-of-your-package

tj commented 11 years ago

pull-request! less effort than writing all that out :p

buschtoens commented 10 years ago

Closed by dbebf9882abce48ff910c8ea9c3e63fc0554241a.