Skip to content

Commit d6ef7b7

Browse files
committed
Move preinstall to prepublish & v0.0.8
1 parent 2c2eff0 commit d6ef7b7

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

.npmignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

package.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
11
{
22
"name": "react-native-s3",
3-
"version": "0.0.7",
3+
"version": "0.0.8",
44
"description": "A React Native wrapper for AWS S3 SDK",
55
"main": "./src/index.js",
6+
"files": [
7+
"android/",
8+
"ios/",
9+
"src/"
10+
],
611
"scripts": {
712
"lint": "eslint src/*.js example/*.js",
8-
"preinstall": "./scripts/download-ios.sh 2.4.1",
9-
"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"
1014
},
1115
"repository": {
1216
"type": "git",

0 commit comments

Comments
 (0)