Bug Description
Having a dedicated dependancies folder is not best practice. Removal of the few remaining dependancies in this directory to be imported in via node_modules/package.json.
To Reproduce
View directory here.
Expected behavior
All dependancies for the application should be loaded from node_modules via the package.json not from within this dependencies directory.
Additional context (Environment)
Because the project uses Grunt to build the application it may be tricky to move the source of these dependancies.
Bug Description
Having a dedicated dependancies folder is not best practice. Removal of the few remaining dependancies in this directory to be imported in via node_modules/package.json.
To Reproduce
View directory here.
Expected behavior
All dependancies for the application should be loaded from node_modules via the package.json not from within this dependencies directory.
Additional context (Environment)
Because the project uses Grunt to build the application it may be tricky to move the source of these dependancies.