react-fix-binds
Version:
Fix React autobind using class components
29 lines (28 loc) • 604 B
JSON
{
"name": "react-fix-binds",
"version": "0.0.5",
"description": "Fix React autobind using class components",
"main": "lib/index.js",
"scripts": {
"prepublish": "babel src -d lib"
},
"keywords": [
"react",
"autobind",
"createClass",
"component"
],
"repository": {
"type": "git",
"url": "https://github.com/rafaelfbs/react-fix-bind.git"
},
"author": "Rafael Ferrari <rafael.ferrari.bs@gmail.com>",
"license": "MIT",
"devDependencies": {
"babel-cli": "^6.16.0",
"babel-preset-es2015": "^6.16.0"
},
"babel": {
"presets": ["es2015"]
}
}