Skip to content

Commit e934084

Browse files
author
bietkul
committed
Added prop-types as peer dependency
1 parent 6b037ec commit e934084

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-reactive-form",
3-
"version": "1.0.20",
3+
"version": "1.0.21",
44
"description": "Angular like Reactive Forms in React",
55
"keywords": [
66
"forms",
@@ -45,12 +45,12 @@
4545
"prettier": "^1.8.2",
4646
"prettier-eslint-cli": "^4.4.2",
4747
"react": "^16.1.1",
48-
"prop-types": "^15.6.0",
48+
"prop-types": "^15.6.0"
4949
},
5050
"peerDependencies": {
5151
"react": "^15.0.0-0 || ^16.0.0-0",
52-
"prop-types": "^15.6.0",
52+
"prop-types": "^15.6.0"
5353
},
5454
"typings": "./index.d.ts",
5555
"homepage": "https://github.com/bietkul/react-reactive-form#readme"
56-
}
56+
}

0 commit comments

Comments
 (0)