Using new version of connect
This commit is contained in:
parent
c31fb5f5c4
commit
cd4afb37d3
2 changed files with 2 additions and 2 deletions
|
|
@ -146,7 +146,7 @@ module.exports = function(grunt) {
|
||||||
'src/js/externalServices.js',
|
'src/js/externalServices.js',
|
||||||
'src/js/init.js',
|
'src/js/init.js',
|
||||||
'src/js/trezor-url.js',
|
'src/js/trezor-url.js',
|
||||||
'bower_components/trezor-connect/login.js',
|
'bower_components/trezor-connect/connect.js',
|
||||||
'node_modules/bezier-easing/dist/bezier-easing.min.js',
|
'node_modules/bezier-easing/dist/bezier-easing.min.js',
|
||||||
'node_modules/cordova-plugin-qrscanner/dist/cordova-plugin-qrscanner-lib.min.js'
|
'node_modules/cordova-plugin-qrscanner/dist/cordova-plugin-qrscanner-lib.min.js'
|
||||||
],
|
],
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,7 @@
|
||||||
"moment": "2.10.3",
|
"moment": "2.10.3",
|
||||||
"ng-lodash": "0.2.3",
|
"ng-lodash": "0.2.3",
|
||||||
"qrcode-decoder-js": "*",
|
"qrcode-decoder-js": "*",
|
||||||
"trezor-connect": "~1.0.1",
|
"trezor-connect": "~1.1.2",
|
||||||
"ng-csv": "~0.3.6",
|
"ng-csv": "~0.3.6",
|
||||||
"ionic-toast": "^0.4.1",
|
"ionic-toast": "^0.4.1",
|
||||||
"angular-clipboard": "^1.4.2",
|
"angular-clipboard": "^1.4.2",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue