bind-selectors
Version:
Same as bindActionCreators but binding state to selectors
18 lines (17 loc) • 390 B
JSON
{
"name": "bind-selectors",
"version": "1.0.1",
"main": "lib/index.js",
"author": "Trung Dinh Quang <trungdq88@gmail.com>",
"license": "MIT",
"private": false,
"scripts": {
"test": "jest src/*",
"build": "BABEL_ENV=production babel src -d lib"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-react-app": "^3.1.1",
"jest": "^22.4.3"
}
}