Skip to content

Commit

Permalink
List React as a peerDependency
Browse files Browse the repository at this point in the history
  • Loading branch information
iwikal committed May 11, 2020
1 parent c20bf70 commit 480d121
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
"mochawesome": "^4.1.0",
"nyc": "^15.0.0",
"prettier": "^1.19.1",
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-markdown": "^4.3.1",
"source-map-support": "^0.5.16",
Expand All @@ -81,7 +82,7 @@
"url-loader": "^2.1.0",
"uuid": "^3.4.0"
},
"dependencies": {
"peerDependencies": {
"react": "^16.9.0"
},
"lint-staged": {
Expand Down

0 comments on commit 480d121

Please sign in to comment.