We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c2eff0 commit d6ef7b7Copy full SHA for d6ef7b7
.npmignore
package.json
@@ -1,12 +1,16 @@
1
{
2
"name": "react-native-s3",
3
- "version": "0.0.7",
+ "version": "0.0.8",
4
"description": "A React Native wrapper for AWS S3 SDK",
5
"main": "./src/index.js",
6
+ "files": [
7
+ "android/",
8
+ "ios/",
9
+ "src/"
10
+ ],
11
"scripts": {
12
"lint": "eslint src/*.js example/*.js",
- "preinstall": "./scripts/download-ios.sh 2.4.1",
- "prepublish": "rm -rf ./ios/RNS3.xcodeproj/xcuserdata ./ios/RNS3.xcodeproj/project.xcworkspace"
13
+ "prepublish": "./scripts/download-ios.sh 2.4.1 && rm -rf ./ios/RNS3.xcodeproj/xcuserdata ./ios/RNS3.xcodeproj/project.xcworkspace"
14
},
15
"repository": {
16
"type": "git",
0 commit comments