Skip to content

Commit b76f845

Browse files
committed
add prop-types in peerDependencies
1 parent 5a2a6a8 commit b76f845

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-button-component",
3-
"version": "0.1.23",
3+
"version": "0.1.24",
44
"description": "A Beautiful, Customizable React Native Button component for iOS & Android",
55
"main": "dist/index.js",
66
"scripts": {
@@ -45,7 +45,7 @@
4545
"react-native-spinkit": "^1.0.2"
4646
},
4747
"peerDependencies": {
48-
"prop-types": "^15.5.10",
48+
"prop-types": "^15.5.10"
4949
},
5050
"devDependencies": {
5151
"babel-cli": "^6.24.1",

0 commit comments

Comments
 (0)