Skip to content

Commit 5c6b2dd

Browse files
committed
feat(*): move prop-types from peerDependencies to dependecies
More info: https://github.com/facebook/prop-types#how-to-depend-on-this-package Fixes #70
1 parent a3d356a commit 5c6b2dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,11 @@
4040
"url": "https://github.com/ui-router/react.git"
4141
},
4242
"dependencies": {
43+
"prop-types": "^15.5.8",
4344
"@uirouter/core": "5.0.11",
4445
"classnames": "^2.2.5"
4546
},
4647
"peerDependencies": {
47-
"prop-types": "^15.5.8",
4848
"react": "^15.0.0 || ^16.0.0"
4949
},
5050
"devDependencies": {

0 commit comments

Comments
 (0)