dnauck / angular-advanced-searchbox

A directive for AngularJS providing a advanced visual search box
http://dnauck.github.io/angular-advanced-searchbox/
MIT License
226 stars 98 forks source link

Removed bower from required dependencies #67

Open jaboy1409 opened 8 years ago

jaboy1409 commented 8 years ago

Saves needing to install bower to use this as a dependency.

npm install is now all you need to run.

cmalard commented 7 years ago

Fix #66

Thanks for the PR jaboy1409 :-)

:+1:

cmalard commented 7 years ago

@jaboy1409 as this is a PR, you should change

+Download package(until merged into master)
 ```sh
-bower install angular-advanced-searchbox
+npm install

by

 ```sh
-bower install angular-advanced-searchbox
+npm install angular-advanced-searchbox --save
dnauck commented 7 years ago

Hi @jaboy1409 ,

thanks for your pull request. But removing bower is not an option as this library is still deployed to bower.

cmalard commented 7 years ago

Hi @dnauck , Bower is deprecated, so why not ? -> Migration Path