Skip to content

Commit 8927523

Browse files
author
Endo
committed
update package.json
1 parent 6e21b52 commit 8927523

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ios/RNPdfScanner.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Pod::Spec.new do |s|
1010
s.license = package['license']
1111
s.author = package['author']
1212
s.homepage = 'https://github.com/Michaelvilleneuve/react-native-document-scanner'
13-
s.source = { :git => 'https://github.com/Michaelvilleneuve/react-native-document-scanner.git', :tag => s.version }
13+
s.source = { :git => 'https://github.com/rhinos-solutions/react-native-document-scanner.git', :tag => s.version }
1414

1515
s.requires_arc = true
1616
s.platform = :ios, '8.0'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"repository": {
1010
"type": "git",
11-
"url": "https://github.com/Michaelvilleneuve/react-native-document-scanner"
11+
"url": "https://github.com/rhinos-solutions/react-native-document-scanner"
1212
},
1313
"keywords": [
1414
"react-native",
@@ -18,9 +18,9 @@
1818
"author": "Michaël Villeneuve",
1919
"license": "MIT",
2020
"peerDependencies": {
21-
"react-native": "0.45.1"
21+
"react-native": "0.49.3"
2222
},
2323
"dependencies": {
24-
"react": "^16.0.0"
24+
"react": "16.0.0-beta.5"
2525
}
2626
}

0 commit comments

Comments
 (0)