From 1c4c47e7f339486e220916b00e97ba109a567640 Mon Sep 17 00:00:00 2001 From: lilia Date: Sun, 9 Nov 2014 17:49:24 -0800 Subject: [PATCH] Avoid breaking changes in qrcode library Due to syntax errors in its bower.json. https://github.com/davidshimjs/qrcodejs/pull/39 --- bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bower.json b/bower.json index 1f50aff6a..73fa11b7d 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "protobuf": "~3.8.0", "bootstrap": "~3.3.0", "mustache": "~0.8.2", - "qrcode": "git://github.com/davidshimjs/qrcodejs.git", + "qrcode": "git://github.com/davidshimjs/qrcodejs.git#1c78ccd71", "bootstrap-tagsinput": "~0.4.2", "cryptojs": "svn+http://crypto-js.googlecode.com/svn/#~3.1.2", "libphonenumber-api": "git://github.com/codedust/libphonenumber-api",