Skip to content

Commit 526237b

Browse files
committed
chore: remove -0 from peerDeps
1 parent 85dc684 commit 526237b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
"rimraf": "3.0.2"
5858
},
5959
"peerDependencies": {
60-
"react": "^16.6.0 || ^17.0.0-0",
61-
"react-dom": "^16.6.0 || ^17.0.0-0"
60+
"react": "^16.6.0 || ^17.0.0",
61+
"react-dom": "^16.6.0 || ^17.0.0"
6262
},
6363
"scripts": {
6464
"clean": "rimraf lib",

0 commit comments

Comments
 (0)