Skip to content

Commit

Permalink
chore: remove -0 from peerDeps
Browse files Browse the repository at this point in the history
  • Loading branch information
staylor committed Mar 3, 2021
1 parent 85dc684 commit 526237b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@
"rimraf": "3.0.2"
},
"peerDependencies": {
"react": "^16.6.0 || ^17.0.0-0",
"react-dom": "^16.6.0 || ^17.0.0-0"
"react": "^16.6.0 || ^17.0.0",
"react-dom": "^16.6.0 || ^17.0.0"
},
"scripts": {
"clean": "rimraf lib",
Expand Down

0 comments on commit 526237b

Please sign in to comment.