Skip to content

Commit 7b52d89

Browse files
authored
Merge pull request #169 from sag1v/next
fix react version range
2 parents 743200b + 9769fcc commit 7b52d89

3 files changed

Lines changed: 5 additions & 3 deletions

File tree

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

.yarnrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
strict-ssl false
2+
registry "https://registry.npmjs.org/"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-elastic-carousel",
3-
"version": "0.11.3",
3+
"version": "0.11.4",
44
"description": "A flexible and responsive carousel component for react",
55
"author": "sag1v (Sagiv Ben Giat)",
66
"license": "MIT",
@@ -40,8 +40,8 @@
4040
},
4141
"peerDependencies": {
4242
"prop-types": "^15.5.4",
43-
"react": "^15.0.0 || ^17.0.0",
44-
"react-dom": "^15.0.0 || ^17.0.0",
43+
"react": "15 - 17",
44+
"react-dom": "15 - 17",
4545
"styled-components": "^5.1.0"
4646
},
4747
"devDependencies": {

0 commit comments

Comments
 (0)