Skip to content

Commit

Permalink
Remove space after peerDependency version definition (#1843)
Browse files Browse the repository at this point in the history
It broke a build of mine 😋
  • Loading branch information
tennox committed Oct 24, 2022
1 parent 642b705 commit f58a931
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Expand Up @@ -100,9 +100,9 @@
"yarn-deduplicate": "^1.1.1"
},
"peerDependencies": {
"@types/react": "^15.0.0 || ^16.0.0 || ^17.0.0 ",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0 ",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0 "
"@types/react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react": "^15.0.0 || ^16.0.0 || ^17.0.0",
"react-dom": "^15.0.0 || ^16.0.0 || ^17.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
Expand Down

0 comments on commit f58a931

Please sign in to comment.