eatdrinkhealthy / edh-app

The Eat Drink Healthy web (and tentatively mobile / cordova) app created with Meteor and React.
0 stars 0 forks source link

Adding npm packages, if added/used by another (i.e. lodash, cheerio) #32

Closed stevenjmarsh closed 7 years ago

stevenjmarsh commented 7 years ago

in testUtils.js, I use lodash and cheerio. Both of those packages are installed by other packages, but not listed in package.json.

should they explicitly be added to the project?

stevenjmarsh commented 7 years ago

makes sense to explicitly add packages you rely on. I added them.

johnthepink commented 7 years ago

@stevenjmarsh agreed :)