Open jblaise opened 9 years ago
I installed it via npm
npm install angular-contenteditable
@jessegavin, scripts named "install" get executed during installation. So if Bower is not installed on the developer's (or CI's) machine then it will fail. It would be great to rename it so we can use it with NPM.
Hello !
First, thanks for your work.
I saw you use npm to develop your module. No problem with that, but it is unfortunate that, consequently, it is not installable for ones that do not use bower but only npm.
Is it possible to change
"install": "bower install"
into"start": "bower install"
?