Currently on dev process, modules are installed from bower & npm.
Moving dependencies declaration to package.json will omit bower install to be more simpler.
The estimated tasks from changes are:
update package.json & bower.json
update every path declared on bower_components to node_modules
Description
Currently on dev process, modules are installed from bower & npm. Moving dependencies declaration to
package.json
will omit bower install to be more simpler.The estimated tasks from changes are:
bower_components
tonode_modules