Skip to content

Commit

Permalink
chore: Move prop-types to dependencies (#34) (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
JalilArfaoui authored Jul 6, 2020
1 parent c68dd5d commit 78dc09b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 28 deletions.
34 changes: 9 additions & 25 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@
},
"peerDependencies": {
"react": "0.14.x || 15.x || 16.x",
"react-dom": "0.14.x || 15.x || 16.x",
"prop-types": "15.x"
"react-dom": "0.14.x || 15.x || 16.x"
},
"dependencies": {}
"dependencies": {
"prop-types": "^15.5.7"
}
}

0 comments on commit 78dc09b

Please sign in to comment.