mirror of
https://github.com/facebook/react.git
synced 2026-02-25 05:03:03 +00:00
* Inline fbjs/lib/invariant * Inline fbjs/lib/warning * Remove remaining usage of fbjs in packages/*.js * Fix lint * Remove fbjs from dependencies * Protect against accidental fbjs imports * Fix broken test mocks * Allow transitive deps on fbjs/ for UMD bundles * Remove fbjs from release script
19 lines
364 B
JSON
19 lines
364 B
JSON
{
|
|
"name": "create-subscription",
|
|
"description": "utility for subscribing to external data sources inside React components",
|
|
"version": "16.4.1",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"rxjs": "^5.5.6"
|
|
}
|
|
}
|