Add missing prop-types dependency to website/package.json
Summary: **Motivation** Website generation is broken unless prop-types is added as a dependency. **Test plan** This fixes website generation in existing Circle CI tests. Closes https://github.com/facebook/react-native/pull/13498 Differential Revision: D4888859 Pulled By: bvaughn fbshipit-source-id: d43afbf3b56c189e723e5628e169947ed5dbacd8
This commit is contained in:
parent
1c440dbcae
commit
d34a2c9797
|
@ -23,6 +23,7 @@
|
|||
"memory-cache": "^0.1.6",
|
||||
"mkdirp": "^0.5.1",
|
||||
"optimist": "0.6.0",
|
||||
"prop-types": "^15.5.7",
|
||||
"react": "~0.13.0",
|
||||
"react-docgen": "3.0.0-beta2",
|
||||
"react-page-middleware": "0.4.1",
|
||||
|
|
Loading…
Reference in New Issue