From 8a59fe6927a4b138cde35f8bbd3dcbf03e27cd36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanislas=20Ormi=C3=A8res?= Date: Wed, 7 Jun 2017 16:43:22 +0200 Subject: [PATCH] Update webpack links to point to webpack 2 (#2492) * Update README.md to make links to webpack point to webpack.js.org instead insteade of webpack 1 webpack.githup.io --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index de9bfe65f..37805d28c 100644 --- a/README.md +++ b/README.md @@ -37,9 +37,7 @@ When you run `npm run build` the terminal will output the error, including the h * Fix `typescript` version to 2.3.x until 2.4 @types are fixed ### 2.3.1 -* Fix issue with new @types/react -### 2.3.0 * All tsc to parse config (for `extend`) - Thanks to @DorianGrey * Fix various jest issues - thanks to @zinserjan * Fix code coverage - thanks to @zinserjan