Skip to content

Commit c456227

Browse files
Make the major version bigger or equal to the required (#310)
1 parent 15af564 commit c456227

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@react-native-community/slider",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"license": "MIT",
55
"author": "react-native-community",
66
"homepage": "https://github.com/react-native-community/react-native-slider",
@@ -19,9 +19,9 @@
1919
"prepare": "babel --out-dir dist js"
2020
},
2121
"peerDependencies": {
22-
"react": "^16.11.0",
23-
"react-native": "^0.62.3",
24-
"react-native-windows": "^0.62.0"
22+
"react": ">=16.11.0",
23+
"react-native": ">=0.62.3",
24+
"react-native-windows": ">=0.62.0"
2525
},
2626
"devDependencies": {
2727
"@babel/cli": "^7.8.4",

0 commit comments

Comments
 (0)