From 4e57df9c5aa9b08070b19e04d5f9010e9e719580 Mon Sep 17 00:00:00 2001 From: Brian Leighton Date: Tue, 12 Jul 2022 08:36:17 -0400 Subject: [PATCH] update git hash --- example/package-lock.json | 12 ++++++------ example/package.json | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/package-lock.json b/example/package-lock.json index 5050f27..0d7ac57 100644 --- a/example/package-lock.json +++ b/example/package-lock.json @@ -10,7 +10,7 @@ "dependencies": { "react": "17.0.1", "react-native": "0.64.3", - "react-native-card-connect": "git+https://github.com/BigRoomStudios/react-native-card-connect.git#f02f11a7aaa89d5e5f8cf49ce8f61aa7c89970fc" + "react-native-card-connect": "git+https://github.com/BigRoomStudios/react-native-card-connect.git#f218aa692af1f40eecee6bb8ca5cfcb623708672" }, "devDependencies": { "@babel/core": "^7.12.9", @@ -11071,8 +11071,8 @@ }, "node_modules/react-native-card-connect": { "version": "1.0.0", - "resolved": "git+ssh://git@github.com/BigRoomStudios/react-native-card-connect.git#f02f11a7aaa89d5e5f8cf49ce8f61aa7c89970fc", - "integrity": "sha512-enNzIu+hEj0ygFbMUEe6E6rarAmpE3zcZzPUvwjnByrqejbkYrL+CRIUFsQg+RxYz6afuKH3nQQGBbHk/aS9Rw==", + "resolved": "git+ssh://git@github.com/BigRoomStudios/react-native-card-connect.git#f218aa692af1f40eecee6bb8ca5cfcb623708672", + "integrity": "sha512-pWoQWIkr19veyq2jiWI1XgzbCCPeK3vPdjRFvaV8Nfsm2HQ3f4weteU4z23YybIl2C7azeHWiBa9TLiD0Ak3Hg==", "license": "MIT", "dependencies": { "react-native": "0.64.3" @@ -21847,9 +21847,9 @@ } }, "react-native-card-connect": { - "version": "git+ssh://git@github.com/BigRoomStudios/react-native-card-connect.git#f02f11a7aaa89d5e5f8cf49ce8f61aa7c89970fc", - "integrity": "sha512-enNzIu+hEj0ygFbMUEe6E6rarAmpE3zcZzPUvwjnByrqejbkYrL+CRIUFsQg+RxYz6afuKH3nQQGBbHk/aS9Rw==", - "from": "react-native-card-connect@git+https://github.com/BigRoomStudios/react-native-card-connect.git#f02f11a7aaa89d5e5f8cf49ce8f61aa7c89970fc", + "version": "git+ssh://git@github.com/BigRoomStudios/react-native-card-connect.git#f218aa692af1f40eecee6bb8ca5cfcb623708672", + "integrity": "sha512-pWoQWIkr19veyq2jiWI1XgzbCCPeK3vPdjRFvaV8Nfsm2HQ3f4weteU4z23YybIl2C7azeHWiBa9TLiD0Ak3Hg==", + "from": "react-native-card-connect@git+https://github.com/BigRoomStudios/react-native-card-connect.git#f218aa692af1f40eecee6bb8ca5cfcb623708672", "requires": { "react-native": "0.64.3" } diff --git a/example/package.json b/example/package.json index eaf7485..a60a363 100644 --- a/example/package.json +++ b/example/package.json @@ -8,7 +8,7 @@ "dependencies": { "react": "17.0.1", "react-native": "0.64.3", - "react-native-card-connect": "git+https://github.com/BigRoomStudios/react-native-card-connect.git#c62b825dcaafbcb8a7ac2872f9cf30e2e964b5f3" + "react-native-card-connect": "git+https://github.com/BigRoomStudios/react-native-card-connect.git#f218aa692af1f40eecee6bb8ca5cfcb623708672" }, "devDependencies": { "@babel/core": "^7.12.9",