From b2259a34d17235972783b70bbdcf656f674fb84e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BB=A1=E8=BF=9C=E8=8D=A3?= <416828041@qq.com> Date: Thu, 8 Mar 2018 16:33:55 +0800 Subject: [PATCH] add files --- .gitignore | 3 +++ package.json | 6 +++++- 2 files changed, 8 insertions(+), 1 deletion(-) 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" },