bencodezen / vue-enterprise-boilerplate

An ever-evolving, very opinionated architecture and dev environment for new Vue SPA projects using Vue CLI.
7.77k stars 1.32k forks source link

package.json dependencies #173

Closed roblugt closed 4 years ago

roblugt commented 4 years ago

Hi Chris

I was looking through your code (amazing job!) and came across utils/format-date.js. I see this is using the date-fns package, but this is not declared as a dependency in package.json.

It is being brought into you node-modules as a dependency of lint-staged. But I presume that as you are referring to the module directly it should be included in your package.json?

Best regards Rob Lugt

chrisvfritz commented 4 years ago

Nice catch! Fixed now. 🙂