Skip to content

Commit

Permalink
Merge pull request #151 from philMarius/master
Browse files Browse the repository at this point in the history
Add prop-types as dependency
  • Loading branch information
maxs15 authored Aug 5, 2017
2 parents edfbc43 + 1240704 commit c847363
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
},
"homepage": "https://github.com/maxs15/react-native-modalbox#readme",
"dependencies": {
"create-react-class": "^15.6.0"
"create-react-class": "^15.6.0",
"prop-types": "^15.5.10"
}
}
7 changes: 7 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,13 @@ promise@^7.1.1:
dependencies:
asap "~2.0.3"

prop-types@^15.5.10:
version "15.5.10"
resolved "https://registry.yarnpkg.com/prop-types/-/prop-types-15.5.10.tgz#2797dfc3126182e3a95e3dfbb2e893ddd7456154"
dependencies:
fbjs "^0.8.9"
loose-envify "^1.3.1"

setimmediate@^1.0.5:
version "1.0.5"
resolved "https://registry.yarnpkg.com/setimmediate/-/setimmediate-1.0.5.tgz#290cbb232e306942d7d7ea9b83732ab7856f8285"
Expand Down

0 comments on commit c847363

Please sign in to comment.