mirror of
https://github.com/wassname/react-webpack-template.git
synced 2026-06-28 01:31:11 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a75c391626 | |||
| 8faa282e31 | |||
| 19f9ea6fbb |
@@ -14,7 +14,8 @@
|
||||
"browser": true,
|
||||
"amd": true,
|
||||
"es6": true,
|
||||
"node": true
|
||||
"node": true,
|
||||
"mocha": true
|
||||
},
|
||||
"rules": {
|
||||
"comma-dangle": 1,
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
# 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:
|
||||
|
||||
1. Added babel polyfill to tests per default (provided by [Igonato](https://github.com/Igonato))
|
||||
|
||||
+2
-2
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "react-webpack-template",
|
||||
"version": "1.5.0",
|
||||
"version": "1.5.1",
|
||||
"description": "A base skeleton template for react and webpack without task runners",
|
||||
"main": "server.js",
|
||||
"scripts": {
|
||||
@@ -46,7 +46,7 @@
|
||||
"chai": "^3.2.0",
|
||||
"copyfiles": "^0.2.1",
|
||||
"css-loader": "^0.23.0",
|
||||
"eslint": "^2.0.0",
|
||||
"eslint": "~2.2.0",
|
||||
"eslint-loader": "^1.0.0",
|
||||
"eslint-plugin-react": "^4.0.0",
|
||||
"file-loader": "^0.8.4",
|
||||
|
||||
Reference in New Issue
Block a user