Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This will reduce your footprint from 300K to ~56k. Here's your current state: ``` $ tree node_modules/qs/ node_modules/qs/ ├── CHANGELOG.md ├── LICENSE.md ├── README.md ├── dist │ └── qs.js ├── lib │ ├── formats.js │ ├── index.js │ ├── parse.js │ ├── stringify.js │ └── utils.js ├── package.json └── test ├── empty-keys-cases.js ├── parse.js ├── stringify.js └── utils.js $ du -h node_modules/qs 116.0K node_modules/qs/test 52.0K node_modules/qs/dist 8.0K node_modules/qs/.github 44.0K node_modules/qs/lib 300.0K node_modules/qs $ ``` I see you [do care about your footprint](f09cffc), but you ship your entire repo...
- Loading branch information