diff --git a/.gitignore b/.gitignore index 86cdc22..1ebd39f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,6 @@ npm-debug.log* yarn-debug.log* yarn-error.log* /.idea +/android/app/build +/android/build +/android/.gradle diff --git a/package.json b/package.json index 634635a..b24efab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-masonry-layout", - "version": "1.0.0", + "version": "1.0.1", "description": "An easy to use, pure JS react-native component to render a masonry layout for any item view", "author": "Enok Man", "private": false, @@ -8,6 +8,10 @@ "type": "git", "url": "git+https://github.com/fengmu456/react-native-masonry-layout.git" }, + "files":[ + "./example", + "./lib" + ], "bugs": { "url": "https://github.com/fengmu456/react-native-masonry-layout/issues" },