mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
* Bumped version to 16.4.3-alpha.0 * Bump react-is peer dep version in react-test-renderer
19 lines
372 B
JSON
19 lines
372 B
JSON
{
|
|
"name": "create-subscription",
|
|
"description": "utility for subscribing to external data sources inside React components",
|
|
"version": "16.4.3-alpha.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|