Commit 3f54036
committed
Add missing ignore to bower.json
https://github.com/bower/spec/blob/master/json.md#ignore
Because bower complains about it:
```bash
$ 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 #1111 parent e09edda commit 3f54036
1 file changed
+4
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
13 | 16 | | |
0 commit comments