File tree Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Expand file tree Collapse file tree 1 file changed +5
-13
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " redux-catch" ,
3- "version" : " 1.1.1 " ,
3+ "version" : " 1.2.0 " ,
44 "description" : " Error catcher middleware for Redux reducers and middlewares" ,
5- "main" : " build/ index.js" ,
5+ "main" : " index.js" ,
66 "scripts" : {
7- "lint" : " eslint lib/index.js" ,
8- "prebuild" : " npm run lint" ,
9- "build" : " babel lib --out-dir build" ,
10- "pretest" : " npm run build" ,
11- "test" : " babel-node test/index.js | tap-spec" ,
7+ "lint" : " eslint index.js" ,
8+ "pretest" : " npm run lint" ,
9+ "test" : " node test.js | tap-spec" ,
1210 "prepublish" : " npm run test"
1311 },
1412 "repository" : {
2826 },
2927 "homepage" : " http://sergio.xalambri.com.ar/redux-catch" ,
3028 "devDependencies" : {
31- "babel" : " 6.5.2" ,
32- "babel-cli" : " 6.7.5" ,
33- "babel-core" : " 6.7.6" ,
34- "babel-eslint" : " 6.0.2" ,
35- "babel-plugin-transform-es2015-arrow-functions" : " 6.5.2" ,
36- "babel-plugin-transform-es2015-modules-commonjs" : " 6.7.4" ,
3729 "eslint" : " 2.7.0" ,
3830 "eslint-config-airbnb" : " 7.0.0" ,
3931 "eslint-plugin-jsx-a11y" : " 0.6.2" ,
You can’t perform that action at this time.
0 commit comments