bootstrap-treeview icon indicating copy to clipboard operation
bootstrap-treeview copied to clipboard

Fix npm install for environments without bower

Open andyghiuta opened this issue 7 years ago • 0 comments

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)

andyghiuta avatar Dec 11 '18 09:12 andyghiuta