Skip to content

Commit

Permalink
[Android] Before publishing remove android/build
Browse files Browse the repository at this point in the history
  • Loading branch information
ivpusic committed Jul 30, 2016
1 parent b5f6acf commit 14a10a0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.git
example
node_modules
build
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
{
"name": "react-native-image-crop-picker",
"version": "0.5.3",
"version": "0.5.4",
"description": "Select single or multiple images, with croping option",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "rm -rf android/build"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 14a10a0

Please sign in to comment.