witoldsz / angular-http-auth

MIT License
2.38k stars 418 forks source link

Add missing ignore to bower.json #117

Closed simison closed 8 years ago

simison commented 8 years ago

https://github.com/bower/spec/blob/master/json.md#ignore

Because bower complains about it:

$ bower install --save angular-http-auth
bower angular-http-auth#*   not-cached git://github.com/witoldsz/angular-http-auth.git#*
bower angular-http-auth#*      resolve git://github.com/witoldsz/angular-http-auth.git#*
bower angular-http-auth#*     download https://github.com/witoldsz/angular-http-auth/archive/v1.2.2.tar.gz
bower angular-http-auth#*      extract archive.tar.gz
bower angular-http-auth#*     mismatch Version declared in the json (1.2.1) is different than the resolved one (1.2.2)
bower angular-http-auth#* invalid-meta angular-http-auth is missing "ignore" entry in bower.json
bower angular-http-auth#*     resolved git://github.com/witoldsz/angular-http-auth.git#1.2.2
bower angular-http-auth#~1.2.2 install angular-http-auth#1.2.2

Closes #111