Skip to content

Commit

Permalink
add peerDependenciesMeta in package.json (#1433)
Browse files Browse the repository at this point in the history
  • Loading branch information
bertho-zero committed Mar 23, 2020
1 parent 54e796e commit 8c39451
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Expand Up @@ -103,6 +103,11 @@
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"dependencies": {
"fast-levenshtein": "^2.0.6",
"global": "^4.3.0",
Expand Down

0 comments on commit 8c39451

Please sign in to comment.