Skip to content

Commit 14a10a0

Browse files
committed
[Android] Before publishing remove android/build
1 parent b5f6acf commit 14a10a0

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.npmignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.git
22
example
33
node_modules
4+
build

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "react-native-image-crop-picker",
3-
"version": "0.5.3",
3+
"version": "0.5.4",
44
"description": "Select single or multiple images, with croping option",
55
"main": "index.js",
66
"scripts": {
7-
"test": "echo \"Error: no test specified\" && exit 1"
7+
"test": "echo \"Error: no test specified\" && exit 1",
8+
"prepublish": "rm -rf android/build"
89
},
910
"repository": {
1011
"type": "git",

0 commit comments

Comments
 (0)