akatov / angular-contenteditable

angular model for the "contenteditable" attribute
http://akatov.github.io/angular-contenteditable/
MIT License
176 stars 55 forks source link

Not installable through npm #37

Open jblaise opened 9 years ago

jblaise commented 9 years ago

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" ?

jessegavin commented 8 years ago

I installed it via npm

npm install angular-contenteditable
benmarch commented 7 years ago

@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.