Skip to content

Commit e37e087

Browse files
committed
add prop-types
1 parent 00f27d9 commit e37e087

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@
2222
"bugs": {
2323
"url": "https://github.com/react-native-studio/react-native-MJRefresh/issues"
2424
},
25-
"homepage": "https://github.com/react-native-studio/react-native-MJRefresh#readme"
25+
"homepage": "https://github.com/react-native-studio/react-native-MJRefresh#readme",
26+
"dependencies": {
27+
"prop-types":"*"
28+
}
2629
}

0 commit comments

Comments
 (0)