Fixed dependency typo, based on #13
This commit is contained in:
parent
fe4010c2c6
commit
bfaac10632
2 changed files with 3 additions and 3 deletions
|
@ -42,7 +42,7 @@
|
|||
"queue-microtask": "^1.2.3"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"react-dom": "*",
|
||||
"react": "*"
|
||||
"react": "*",
|
||||
"react-dom": "*"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue