We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 743200b + 9769fcc commit 7b52d89Copy full SHA for 7b52d89
3 files changed
.npmrc
@@ -0,0 +1 @@
1
+registry=https://registry.npmjs.org/
.yarnrc
@@ -1 +1,2 @@
strict-ssl false
2
+registry "https://registry.npmjs.org/"
package.json
@@ -1,6 +1,6 @@
{
"name": "react-elastic-carousel",
3
- "version": "0.11.3",
+ "version": "0.11.4",
4
"description": "A flexible and responsive carousel component for react",
5
"author": "sag1v (Sagiv Ben Giat)",
6
"license": "MIT",
@@ -40,8 +40,8 @@
40
},
41
"peerDependencies": {
42
"prop-types": "^15.5.4",
43
- "react": "^15.0.0 || ^17.0.0",
44
- "react-dom": "^15.0.0 || ^17.0.0",
+ "react": "15 - 17",
+ "react-dom": "15 - 17",
45
"styled-components": "^5.1.0"
46
47
"devDependencies": {
0 commit comments