Skip to content

Commit db2c600

Browse files
committed
update author email
1 parent 08dd163 commit db2c600

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ios/RNSettings.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.homepage = "https://github.com/rmrs/react-native-settings"
1212
s.license = "MIT"
1313
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
14-
s.author = { "author" => "[email protected]" }
14+
s.author = { "author" => "[email protected]" }
1515
s.platform = :ios, "7.0"
1616
s.source = { :git => "https://github.com/rmrs/react-native-settings.git", :tag => s.version.to_s }
1717
s.source_files = "RNSettings/**/*.{h,m}"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"react-native-settings",
1717
"settings"
1818
],
19-
"author": "Erez Rokah <[email protected]>",
19+
"author": "Erez Rokah <[email protected]>",
2020
"license": "MIT",
2121
"peerDependencies": {
2222
"react-native": ">=0.40"

0 commit comments

Comments
 (0)