You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think for a webapp like this the distinction between devDependencies and dependencies is not so important -- we're not publishing it to npm or anything. That said, it makes sense to be consistent. In this case, I think technically everything should just be a devDependency.
#312 (comment)
We should reorganize
package.json
and specify what packages needed for production ("dependencies"
) versus local development ("devDependencies"
).The text was updated successfully, but these errors were encountered: