mirror of
https://github.com/facebook/react.git
synced 2025-11-01 09:12:30 +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
(cherry picked from commit 077d660a27)
28 lines
550 B
JSON
28 lines
550 B
JSON
{
|
|
"name": "react-test-renderer",
|
|
"version": "15.4.0-rc.1",
|
|
"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": "^15.4.0-rc.1"
|
|
},
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
]
|
|
}
|