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 1
1
{
2
2
"name" : " redux-catch" ,
3
- "version" : " 1.1.1 " ,
3
+ "version" : " 1.2.0 " ,
4
4
"description" : " Error catcher middleware for Redux reducers and middlewares" ,
5
- "main" : " build/ index.js" ,
5
+ "main" : " index.js" ,
6
6
"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" ,
12
10
"prepublish" : " npm run test"
13
11
},
14
12
"repository" : {
28
26
},
29
27
"homepage" : " http://sergio.xalambri.com.ar/redux-catch" ,
30
28
"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" ,
37
29
"eslint" : " 2.7.0" ,
38
30
"eslint-config-airbnb" : " 7.0.0" ,
39
31
"eslint-plugin-jsx-a11y" : " 0.6.2" ,
You can’t perform that action at this time.
0 commit comments