Skip to content

Commit c97fbea

Browse files
committed
chore: update github repository
1 parent 3cbdb9f commit c97fbea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

packages/example/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-quick-crypto-example",
33
"description": "Example app for react-native-quick-crypto",
4-
"version": "0.7.13",
4+
"version": "0.7.14",
55
"private": true,
66
"packageManager": "[email protected]",
77
"scripts": {
@@ -33,7 +33,7 @@
3333
"react-native": "0.72.7",
3434
"react-native-fast-encoder": "^0.1.12",
3535
"react-native-quick-base64": "^2.1.2",
36-
"react-native-quick-crypto": "0.7.13",
36+
"react-native-quick-crypto": "0.7.14",
3737
"react-native-safe-area-context": "^4.5.0",
3838
"react-native-screens": "3.35.0",
3939
"readable-stream": "^4.5.2",

packages/react-native-quick-crypto/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@coolwallet-app/react-native-quick-crypto",
3-
"version": "0.7.13",
3+
"version": "0.7.14",
44
"description": "A fast implementation of Node's `crypto` module written in C/C++ JSI",
55
"packageManager": "[email protected]",
66
"main": "lib/commonjs/index",
@@ -50,7 +50,7 @@
5050
],
5151
"repository": {
5252
"type": "git",
53-
"url": "git+https://github.com/margelo/react-native-quick-crypto.git"
53+
"url": "git+https://github.com/CoolBitX-Technology/react-native-quick-crypto.git"
5454
},
5555
"authors": [
5656
"Szymon Kapała <[email protected]>",
@@ -59,9 +59,9 @@
5959
],
6060
"license": "MIT",
6161
"bugs": {
62-
"url": "https://github.com/margelo/react-native-quick-crypto/issues"
62+
"url": "https://github.com/CoolBitX-Technology/react-native-quick-crypto/issues"
6363
},
64-
"homepage": "https://github.com/margelo/react-native-quick-crypto#readme",
64+
"homepage": "https://github.com/CoolBitX-Technology/react-native-quick-crypto#readme",
6565
"publishConfig": {
6666
"registry": "https://registry.npmjs.org/",
6767
"access": "public"

0 commit comments

Comments
 (0)