Skip to content

Commit

Permalink
add files
Browse files Browse the repository at this point in the history
  • Loading branch information
manyuanrong committed Mar 8, 2018
1 parent 9faad59 commit b2259a3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,6 @@ npm-debug.log*
yarn-debug.log*
yarn-error.log*
/.idea
/android/app/build
/android/build
/android/.gradle
6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
{
"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,
"repository": {
"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"
},
Expand Down

0 comments on commit b2259a3

Please sign in to comment.