react-proptype-error-catcher
Version:
Causes React PropType errors to fail the test
32 lines (31 loc) • 842 B
JSON
{
"name": "react-proptype-error-catcher",
"version": "3.0.1",
"description": "Causes React PropType errors to fail the test",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"up": "yarn upgrade-interactive --latest",
"release": "standard-version"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CurtisHumphrey/react-proptype-error-catcher.git"
},
"keywords": [
"react",
"sinon",
"enzyme",
"testing",
"proptypes"
],
"author": "Curtis M. Humphrey, Ph.D.",
"license": "MIT",
"bugs": {
"url": "https://github.com/CurtisHumphrey/react-proptype-error-catcher/issues"
},
"homepage": "https://github.com/CurtisHumphrey/react-proptype-error-catcher#readme",
"devDependencies": {
"standard-version": "^9.3.2"
}
}