Skip to content

Commit 3f41b21

Browse files
author
Erik Thorelli
committed
just default the exports & version bump
1 parent effe125 commit 3f41b21

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Swipeable/SwipeableFlatList.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@ class SwipeableFlatList extends React.Component {
165165
}
166166
}
167167

168-
module.exports = SwipeableFlatList;
168+
export default SwipeableFlatList;

Swipeable/SwipeableRow.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -340,4 +340,4 @@ const styles = StyleSheet.create({
340340
},
341341
});
342342

343-
module.exports = SwipeableRow;
343+
export default SwipeableRow;

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-swipeable-list",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"description": "A Swipeable FlatList for React-Native with Quick Actions & Animations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)