Skip to content

Commit b1ba1c9

Browse files
author
SDS
committed
Fixed git repo URL and removed lint and test npm steps
1 parent 5546045 commit b1ba1c9

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
{
22
"name": "react-native-s3",
3-
"version": "0.0.34",
3+
"version": "0.0.35",
44
"description": "A React Native wrapper for AWS S3 SDK",
55
"main": "./src/index.js",
66
"files": ["android/", "ios/", "src/"],
77
"scripts": {
8-
"lint": "eslint src test example/*.js",
9-
"test": "npm run lint && mocha",
108
"prepublish": "npm test && ./scripts/download-ios.sh 2.5.2 && rm -rf ./ios/RNS3.xcodeproj/xcuserdata ./ios/RNS3.xcodeproj/project.xcworkspace"
119
},
1210
"repository": {
1311
"type": "git",
14-
"url": "git+https://github.com/mybigday/react-native-s3.git"
12+
"url": "git+https://github.com/travismgibson/react-native-s3.git"
1513
},
1614
"keywords": ["react", "native", "aws", "s3", "transferutility"],
1715
"author": "Travis Gibson <travismgibson@gmail.com",

react-native-s3.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,11 @@ Pod::Spec.new do |s|
1010
s.homepage = package["homepage"]
1111
s.license = package["license"]
1212
s.platform = :ios, "7.0"
13-
s.source = { :git => "https://github.com/mybigday/react-native-s3.gi", :tag => "#{s.version}" }
13+
s.source = { :git => "https://github.com/travismgibson/react-native-s3.gi", :tag => "#{s.version}" }
1414
s.source_files = "ios/RNS3/*.{h,m}"
1515
s.dependency "React"
1616
end
1717

18-
19-
2018
# Pod::Spec.new do |s|
2119
# s.name = package['name']
2220
# s.version = package['version']

0 commit comments

Comments
 (0)