bootstrap-treeview
bootstrap-treeview copied to clipboard
Fix npm install for environments without bower
Renamed the "install" script to "dev-install" to avoid it being run after npm install and subsequently failing with: npm ERR! [email protected] install: "bower install" if bower was not present.
Added the bower dependencies to peerDependencies (jquery, bootstrap)