Skip to content

Commit

Permalink
Fix: peerDependencies due to npm/cli#3083
Browse files Browse the repository at this point in the history
  • Loading branch information
BartoszKlonowski committed Aug 29, 2021
1 parent 45a6bdb commit 7a73558
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@react-native-community/slider",
"version": "4.1.5",
"version": "4.1.6",
"license": "MIT",
"author": "react-native-community",
"homepage": "https://github.com/react-native-community/react-native-slider",
Expand All @@ -19,9 +19,9 @@
"prepare": "babel --out-dir dist js"
},
"peerDependencies": {
"react": ">=16.11.0",
"react-native": ">=0.62.3",
"react-native-windows": ">=0.62.0"
"react": "*",
"react-native": "*",
"react-native-windows": "*"
},
"devDependencies": {
"@babel/cli": "^7.8.4",
Expand Down

0 comments on commit 7a73558

Please sign in to comment.