Skip to content

Commit

Permalink
Better support for packager 0.7.0+ and webpack. oblador#1
Browse files Browse the repository at this point in the history
  • Loading branch information
oblador committed Jul 14, 2015
1 parent ab49fed commit 48cebe0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/accordion.js → Accordion.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ var {
TouchableHighlight,
} = React;

var Collapsible = require('./collapsible');
var Collapsible = require('./Collapsible');

var COLLAPSIBLE_PROPS = ['duration', 'easing'];

Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "react-native-collapsible",
"version": "0.2.0",
"description": "Animated collapsible component for React Native, good for accordions, toggles etc",
"main": "lib/collapsible.js",
"main": "Collapsible.js",
"scripts": {
"test": "flow check"
},
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"homepage": "https://github.com/oblador/react-native-collapsible",
"peerDependencies": {
"react-native": ">=0.4.2 <1.0.0"
"react-native": ">=0.4.2 || 0.5.0-rc1 || 0.6.0-rc || 0.7.0-rc || 0.7.0-rc.2 || 0.8.0-rc"
},
"dependencies": {
"react-tween-state": "0.0.5"
Expand Down

0 comments on commit 48cebe0

Please sign in to comment.