mozilla / internet-health-report

MIT License
4 stars 9 forks source link

devDeps vs. Deps #6

Open gvn opened 8 years ago

gvn commented 8 years ago

Some dependencies are incorrectly listed in the manifest as devDependencies, such as jquery and d3.

peterlarkin commented 8 years ago

@gvn We're requiring jQuery and d3 from their npm modules in the development version of the JavaScript. In the build process, they're compiled into the app.js – so they're still technically devDependecies no?