react-webpack-template
Advanced tools
Comparing version 1.5.0 to 1.5.1
# react-webpack-template - Changelog | ||
## 1.5.1: | ||
1. Emergency fix for corruct eslint version (2.3 is currently buggy). Fixes https://github.com/newtriks/generator-react-webpack/issues/196 | ||
2. Added mocha to eslint global config as requested in https://github.com/newtriks/generator-react-webpack/issues/195 | ||
## 1.5.0: | ||
@@ -4,0 +9,0 @@ |
{ | ||
"name": "react-webpack-template", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"description": "A base skeleton template for react and webpack without task runners", | ||
@@ -49,3 +49,3 @@ "main": "server.js", | ||
"css-loader": "^0.23.0", | ||
"eslint": "^2.0.0", | ||
"eslint": "~2.2.0", | ||
"eslint-loader": "^1.0.0", | ||
@@ -52,0 +52,0 @@ "eslint-plugin-react": "^4.0.0", |
Sorry, the diff of this file is not supported yet
44501