mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +00:00
d520b358d6
Our release script is getting really confused so I'm resetting to last working state.
17 lines
305 B
JSON
17 lines
305 B
JSON
{
|
|
"private": true,
|
|
"name": "react-cache",
|
|
"description": "A basic cache for React applications",
|
|
"version": "2.0.0-alpha.0",
|
|
"repository": "facebook/react",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/"
|
|
],
|
|
"peerDependencies": {
|
|
"react": "^16.3.0-alpha.1"
|
|
}
|
|
}
|