Skip to content

Commit 6b037ec

Browse files
author
Kuldeep Saxena
authored
Update package.json
1 parent 0b802e2 commit 6b037ec

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,12 @@
4444
"eslint-plugin-react": "^7.5.1",
4545
"prettier": "^1.8.2",
4646
"prettier-eslint-cli": "^4.4.2",
47-
"react": "^16.1.1"
47+
"react": "^16.1.1",
48+
"prop-types": "^15.6.0",
4849
},
4950
"peerDependencies": {
50-
"react": "^15.0.0-0 || ^16.0.0-0"
51+
"react": "^15.0.0-0 || ^16.0.0-0",
52+
"prop-types": "^15.6.0",
5153
},
5254
"typings": "./index.d.ts",
5355
"homepage": "https://github.com/bietkul/react-reactive-form#readme"

0 commit comments

Comments
 (0)