From 74bee31295d3cd056381bca8ca4015bbd4fc350a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gabriel=20Baz=C3=A1n?= Date: Wed, 31 May 2017 10:24:22 -0300 Subject: [PATCH] rename driftyco references to ionic-team on bower file --- bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bower.json b/bower.json index 56a7d7904..1547d384f 100644 --- a/bower.json +++ b/bower.json @@ -11,7 +11,7 @@ "angular-gettext": "2.2.1", "angular-moment": "0.10.1", "angular-qrcode": "bitpay/angular-qrcode#~6.3.0", - "ionic": "https://github.com/driftyco/ionic-v1.git", + "ionic": "https://github.com/ionic-team/ionic-v1.git", "moment": "2.10.3", "ng-lodash": "0.2.3", "qrcode-decoder-js": "*", @@ -24,6 +24,6 @@ }, "resolutions": { "angular": "1.5.3", - "ionic": "298ad4b645" + "ionic": "1b7414faba" } }