Skip to content

Commit 6cec3bb

Browse files
committed
- Add git url
1 parent d703f53 commit 6cec3bb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"main": "lib/index.js",
1414
"repository": {
1515
"type": "git",
16-
"url": ""
16+
"url": "git@github.com:itrabbit/react-native-webgl2.git"
1717
},
1818
"peerDependencies": {
1919
"react": "^16.*",

rn-webgl2.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ Pod::Spec.new do |s|
66
s.name = package['name']
77
s.version = package['version']
88
s.summary = package['description']
9-
s.homepage = 'https://github.com/react-community/react-native-webgl'
9+
s.homepage = 'https://github.com/itrabbit/react-native-webgl2'
1010
s.license = package['license']
1111
s.author = package['author']
12-
s.source = { :git => 'https://github.com/react-community/react-native-webgl.git', :tag => "v#{package['version']}" }
12+
s.source = { :git => 'https://github.com/itrabbit/react-native-webgl2.git', :tag => "v#{package['version']}" }
1313
s.requires_arc = true
1414
s.platform = :ios, '10.3'
1515
s.pod_target_xcconfig = { 'ENABLE_BITCODE' => 'NO' }

0 commit comments

Comments
 (0)