Skip to content

Commit 0d3c0c9

Browse files
update repository url in package
1 parent 7a469fe commit 0d3c0c9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
],
4444
"repository": {
4545
"type": "git",
46-
"url": "git+https://github.com/korekoi/react-native-get-random-values.git"
46+
"url": "git+https://github.com/kore-koi/react-native-get-random-values.git"
4747
},
48-
"author": "korekoi <[email protected]> (https://github.com/korekoi/react-native-get-random-values)",
48+
"author": "korekoi <[email protected]> (https://github.com/kore-koi/react-native-get-random-values)",
4949
"license": "MIT",
5050
"bugs": {
51-
"url": "https://github.com/korekoi/react-native-get-random-values/issues"
51+
"url": "https://github.com/kore-koi/react-native-get-random-values/issues"
5252
},
53-
"homepage": "https://github.com/korekoi/react-native-get-random-values#readme",
53+
"homepage": "https://github.com/kore-koi/react-native-get-random-values#readme",
5454
"publishConfig": {
5555
"registry": "https://registry.npmjs.org/"
5656
},

react-native-get-random-values.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
1212
s.authors = package["author"]
1313

1414
s.platforms = { :ios => min_ios_version_supported }
15-
s.source = { :git => "https://github.com/korekoi/react-native-get-random-values.git", :tag => "#{s.version}" }
15+
s.source = { :git => "https://github.com/kore-koi/react-native-get-random-values.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm}", "cpp/**/*.{hpp,cpp,c,h}"
1818

0 commit comments

Comments
 (0)