mirror of
https://github.com/facebook/react.git
synced 2026-02-24 20:53:03 +00:00
* Ensure lib/ is packaged for react-test-renderer * Run npm pack from right working directory We were running this on the original packages not the compiled ones, resulting in missing files
28 lines
552 B
JSON
28 lines
552 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "16.0.0-alpha",
|
|
"description": "React package for snapshot testing.",
|
|
"main": "index.js",
|
|
"repository": "facebook/react",
|
|
"keywords": [
|
|
"react",
|
|
"react-native",
|
|
"react-testing"
|
|
],
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/facebook/react/issues"
|
|
},
|
|
"homepage": "https://facebook.github.io/react/",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-alpha"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
]
|
|
}
|