aspnetcore-Vue-starter icon indicating copy to clipboard operation
aspnetcore-Vue-starter copied to clipboard

Dev dependency vs dependency

Open dem0nbruce opened this issue 6 years ago • 1 comments

Why are fontawesome,bootstrap, jquery, etc dev dependencies and not dependencies in package.json? Aren't they all client side dependencies? What am I missing here?

dem0nbruce avatar Jul 22 '19 07:07 dem0nbruce

You're totally correct! I'm not sure when that shift might of happened actually but those should be regular dependencies. The project should work regardless, but I'll move those over to be safe. Thanks for pointing it out!

MarkPieszak avatar Aug 15 '19 12:08 MarkPieszak