Skip to content

Commit

Permalink
Updated more references for the new plugin.
Browse files Browse the repository at this point in the history
  • Loading branch information
brendoncoin committed Mar 12, 2019
1 parent 5ece304 commit aa669c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,7 @@ module.exports = function(grunt) {
'src/js/trezor-url.js',
'bower_components/trezor-connect/connect.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-no-android/dist/cordova-plugin-qrscanner-lib.min.js',
'node_modules/cordova-plugin-camera-preview/www/CameraPreview.js'
],
dest: 'www/js/app.js'
Expand Down
2 changes: 1 addition & 1 deletion app-template/package-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"bitcore-wallet-client": "https://github.com/Bitcoin-com/bitcore-wallet-client.git",
"bower": "^1.7.9",
"cordova-custom-config": "^3.0.5",
"cordova-plugin-qrscanner": "^2.5.0",
"cordova-plugin-qrscanner-no-android": "https://github.com/Bitcoin-com/cordova-plugin-qrscanner-no-android.git",
"cordova-plugin-vibration": "^3.0.1",
"cordova-plugin-camera-preview": "^0.10.0",
"coveralls": "^2.11.9",
Expand Down

0 comments on commit aa669c5

Please sign in to comment.