Skip to content

Commit 9de282f

Browse files
author
Sergio Daniel Xalambrí
committed
[update] remove babel and build step and update to v1.2.0
1 parent 5a9f620 commit 9de282f

File tree

1 file changed

+5
-13
lines changed

1 file changed

+5
-13
lines changed

package.json

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
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": {
@@ -28,12 +26,6 @@
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",

0 commit comments

Comments
 (0)