Skip to content

Commit 5a2a6a8

Browse files
committed
add prop-types in devDependencies & peerDependencies
1 parent caf4579 commit 5a2a6a8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
"react-native-linear-gradient": "^2.0.0",
4545
"react-native-spinkit": "^1.0.2"
4646
},
47+
"peerDependencies": {
48+
"prop-types": "^15.5.10",
49+
},
4750
"devDependencies": {
4851
"babel-cli": "^6.24.1",
4952
"babel-eslint": "^7.2.3",
@@ -56,6 +59,7 @@
5659
"eslint-plugin-react": "^6.8.0",
5760
"jest": "20.0.4",
5861
"jest-react-native": "^18.0.0",
62+
"prop-types": "^15.5.10",
5963
"react": "16.0.0-alpha.12",
6064
"react-native": "0.47.1",
6165
"react-test-renderer": "16.0.0-alpha.12",

0 commit comments

Comments
 (0)