Files
react/packages/react-cache/package.json
Brian Vaughn 80a0c05ce3 Removed react-cache from the bundle list for now (#13930)
* Removed react-cache from the bundle list for now

* Re-add react-cache bundle, but mark as private to avoid NPM publishing
2018-10-23 13:55:52 -07:00

17 lines
322 B
JSON

{
"private": true,
"name": "react-cache",
"description": "A basic cache for React applications",
"version": "16.6.0-beta.0",
"repository": "facebook/react",
"files": [
"LICENSE",
"README.md",
"index.js",
"cjs/"
],
"peerDependencies": {
"react": "^16.3.0-alpha.1 || 16.6.0-beta.0"
}
}