workshopper / how-to-npm

A module to teach you how to module.
https://www.npmjs.com/package/how-to-npm
ISC License
1.09k stars 212 forks source link

should keep bundleDependencies in package.json? #146

Open ccarruitero opened 4 years ago

ccarruitero commented 4 years ago

We have defined bundleDependencies in package.json

Looking into npm docs, bundleDependencies are used to specify dependencies that will be bundle when publish. But current version published in npm, don't have dependencies (node_modules).

So, Is worth it keep bundleDependencies? Is anyone using anywhere? Or we can remove?

ccarruitero commented 4 years ago

cc @watilde @EmmaRamirez