mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
b5c0852fdd
* Bump version to 16.6.0-beta.0 * Root too
19 lines
388 B
JSON
19 lines
388 B
JSON
{
|
|
"name": "create-subscription",
|
|
"description": "utility for subscribing to external data sources inside React components",
|
|
"version": "16.6.0-beta.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0 || 16.6.0-beta.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|