Skip to content

Commit 3f54036

Browse files
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 #111
1 parent e09edda commit 3f54036

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

bower.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,8 @@
99
"main": "./src/http-auth-interceptor.js",
1010
"dependencies": {
1111
"angular": "^1.2"
12-
}
12+
},
13+
"ignore": [
14+
"package.json"
15+
]
1316
}

0 commit comments

Comments
 (0)