mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
aeda7b745d
* 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
16 lines
288 B
JSON
16 lines
288 B
JSON
{
|
|
"name": "simple-cache-provider",
|
|
"description": "A basic cache for React applications",
|
|
"version": "0.7.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0-alpha.1"
|
|
}
|
|
}
|