Compare commits

..
2 Commits
Author SHA1 Message Date
Chris 6b9e24c85a 3.2.4 2016-03-02 11:56:34 +01:00
Chris 561e072a9c Adjusted generated unit tests 2016-03-02 11:56:12 +01:00
3 changed files with 7 additions and 4 deletions
+3
View File
@@ -1,5 +1,8 @@
# generator-react-webpack - Changelog
## 3.2.4
1. Added whitespaces to generated unit tests (made problems when using it with various eslint rules)
## 3.2.3
1. Adjusted postcss to work with react-webpack-template 1.4 upwards
+3 -3
View File
@@ -1,6 +1,6 @@
/*eslint-env node, mocha */
/*global expect */
/*eslint no-console: 0*/
/* eslint-env node, mocha */
/* global expect */
/* eslint no-console: 0 */
'use strict';
// Uncomment the following lines to use the react test utilities
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "generator-react-webpack",
"version": "3.2.3",
"version": "3.2.4",
"description": "Yeoman generator for using React with Webpack via Babel",
"keywords": [
"yeoman-generator",