From 58d842fec76ed91d2131bd2532f2871a070eed90 Mon Sep 17 00:00:00 2001 From: Simon Bailey Date: Fri, 16 May 2014 00:09:31 +0100 Subject: [PATCH] Updated README with shout out to Edd after discovering the merge didn't do him justice Signed-off-by: Simon Bailey --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b3fe8f5..74f3932 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# generator-react-webpack [![Build Status](https://secure.travis-ci.org/eddhannay/generator-react-webpack.png?branch=master)](https://travis-ci.org/eddhannay/generator-react-webpack) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) +# generator-react-webpack [![Build Status](https://secure.travis-ci.org/newtriks/generator-react-webpack.png?branch=master)](https://travis-ci.org/newtriks/generator-react-webpack) [![Built with Grunt](https://cdn.gruntjs.com/builtwith.png)](http://gruntjs.com/) > Yeoman generator for [ReactJS](http://facebook.github.io/react/) - lets you quickly set up a project including karma test runner and [Webpack](http://webpack.github.io/) module system. @@ -170,6 +170,8 @@ Please use [JSXHint](https://github.com/STRML/JSXHint) for linting JSX and the c Thanks to all who contributed to [generator-angular](https://github.com/yeoman/generator-angular) as the majority of code here has been shamelessy sourced from that repos. +Thanks to [Edd Hannay](https://github.com/eddhannay) for his Webpack optimisations, my local merge and testing meant his additions lost his signature (my fault sorry) so big thanks Edd. + ## Contribute Contributions are welcomed. When submitting a bugfix, write a test that exposes the bug and fails before applying your fix. Submit the test alongside the fix.