diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index d6e202c..cf0d241 100644 --- a/package.json +++ b/package.json @@ -26,9 +26,10 @@ "babel-eslint": "^8.2.3", "babel-loader": "^7.1.4", "babel-preset-preact": "^1.1.0", + "babel-preset-stage-2": "^6.24.1", "chai": "^4.1.2", "css-loader": "^0.28.11", - "eslint": "^4.19.1", + "eslint": "^5.0.1", "eslint-plugin-react": "^7.8.2", "html-webpack-plugin": "^3.2.0", "karma": "^2.0.2", |