added npmignore

This commit is contained in:
Ivan Pusic 2016-05-22 17:08:53 +02:00
parent 0af94688b2
commit 6b09f4a22b
2 changed files with 4 additions and 1 deletions

3
.npmignore Normal file
View File

@ -0,0 +1,3 @@
.git
example
node_modules

View File

@ -1,6 +1,6 @@
{
"name": "react-native-image-crop-picker",
"version": "0.2.4",
"version": "0.2.5",
"description": "Select single or multiple images, with croping option",
"main": "index.js",
"scripts": {