mirror of
https://github.com/facebook/react.git
synced 2026-02-26 18:58:05 +00:00
* Bumped version to 16.4.3-alpha.0 * Bump react-is peer dep version in react-test-renderer
23 lines
417 B
JSON
23 lines
417 B
JSON
{
|
|
"name": "react-is",
|
|
"version": "16.4.3-alpha.0",
|
|
"description": "Brand checking of React Elements.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react"
|
|
],
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://reactjs.org/",
|
|
"files": [
|
|
"LICENSE",
|
|
"README.md",
|
|
"index.js",
|
|
"cjs/",
|
|
"umd/"
|
|
]
|
|
}
|