react-style-px-suffix-codemod
Version:
append px to shorthand values in style objects in react in prep for react 15 warning
45 lines (44 loc) • 1 kB
JSON
{
"name": "react-style-px-suffix-codemod",
"version": "1.1.3",
"description": "append px to shorthand values in style objects in react in prep for react 15 warning",
"main": "index.js",
"scripts": {
"test": "f() { EXIT=0; NODE_ENV=test jest $@ || EXIT=$?; exit $EXIT; }; f"
},
"keywords": [
"codemod",
"react",
"style",
"inline-style",
"react-style",
"react-15"
],
"jest": {
"setupFiles": [
"jest/env.js"
],
"globals": {
"baseDir": "../"
},
"testPathDirs": [
"test"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/conorhastings/react-style-px-suffix-codemod.git"
},
"bugs": {
"url": "https://github.com/conorhastings/react-style-px-suffix-codemod/issues"
},
"author": "Conor Hastings",
"license": "MIT",
"devDependencies": {
"babel-jest": "^10.0.1",
"jest-cli": "^0.10.0",
"jscodeshift": "^0.3.19",
"react": "^0.14.8",
"react-dom": "^0.14.8"
}
}