Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
dep(bc-qr-reader): upstream Chrome 47 changes merged, switch to offic…
Browse files Browse the repository at this point in the history
…ial repo
  • Loading branch information
Sjors committed Dec 14, 2015
1 parent 6fb3f09 commit 5c61d5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"angular-inview": "1.5.0",
"angular-password-entropy": "0.1.*",
"browserdetection": "0.3.*",
"bc-qr-reader": "blockchain/bc-qr-reader#chrome47",
"bc-qr-reader": "0.2.*",
"bootstrap-sass": "3.3.*",
"blockchain-wallet": "3.2.*",
"bc-phone-number": "5.0.*"
Expand Down
2 changes: 2 additions & 0 deletions check_pgp_signatures.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
for package in packages
bower = JSON.parse(File.read("build/bower_components/#{ package }/.bower.json"))
version = bower["version"]
puts version
puts bower["_resolution"]
`cd build && rm -rf #{ package } && git clone #{ bower["repository"]["url"] } #{ package }`
command = "git verify-tag #{ bower["_resolution"]["tag"] } 2>&1"
puts command
Expand Down
5 changes: 3 additions & 2 deletions dependency-whitelist.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,11 @@
"ignore" : [
"angular", "angular-mocks", "angular-animate", "angular-bootstrap", "angular-cookies", "angular-sanitize",
"bootstrap-sass",
"angular-ui-select", "bc-qr-reader", "bc-phone-number"
"angular-ui-select", "bc-phone-number"
],
"pgp-signed" : [
"blockchain-wallet"
"blockchain-wallet",
"bc-qr-reader"
],
"pgp-keys" : {
"CC301009": "Sjors",
Expand Down

0 comments on commit 5c61d5f

Please sign in to comment.