react-swipeable
Advanced tools
Comparing version 1.3.0 to 1.4.0
{ | ||
"name": "react-swipeable", | ||
"version": "1.3.0", | ||
"version": "1.4.0", | ||
"description": "Swipe bindings for react", | ||
@@ -27,4 +27,4 @@ "main": "Swipeable.js", | ||
"peerDependencies": { | ||
"react": "^0.12.1" | ||
"react": ">=0.12.x" | ||
} | ||
} |
6004