Files
react/packages/react-test-renderer/package.json
Sophie Alpert 8db2e11d97 Bump versions for 16.0.0-rc.2 (pick)
NOTE: This commit is not exactly what went out as RC2 because I forgot to push. See tag v16.0.0-rc.2 (d06680ea9e) instead. Bumping the version here so we're at the right place though.
2017-09-08 15:44:56 -07:00

34 lines
663 B
JSON

{
"name": "react-test-renderer",
"version": "16.0.0-rc.2",
"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/",
"dependencies": {
"fbjs": "^0.8.9",
"object-assign": "^4.1.0"
},
"peerDependencies": {
"react": "^16.0.0-beta.5"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"index.js",
"shallow.js",
"stack.js",
"cjs/"
]
}