Skip to content

Commit

Permalink
Released 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Oct 8, 2015
1 parent 82b0223 commit 0c34fc0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
logs
*.log
node_modules
Example
6 changes: 4 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-lightbox",
"version": "0.3.0",
"version": "0.4.0",
"description": "Images etc in Full Screen Lightbox Popovers for React Native",
"main": "Lightbox.js",
"scripts": {
Expand All @@ -13,8 +13,10 @@
"react",
"mobile",
"ios",
"android",
"ui",
"lightbox",
"gallery",
"image"
],
"repository": {
Expand All @@ -28,7 +30,7 @@
},
"homepage": "https://github.com/oblador/react-native-lightbox",
"peerDependencies": {
"react-native": ">=0.11.0 || 0.11.0-rc"
"react-native": ">=0.11.0 || 0.11.0-rc || 0.12.0-rc"
},
"dependencies": {
"react-timer-mixin": "^0.13.3"
Expand Down

0 comments on commit 0c34fc0

Please sign in to comment.