From 3d12bc73e51b321922597b8a59a906462ca5d325 Mon Sep 17 00:00:00 2001
From: Simon Legner <Simon.Legner@gmail.com>
Date: Tue, 21 Aug 2018 13:57:18 +0200
Subject: [PATCH] chore(package): add a description (#247)

---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 629c606e..d344990b 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
 {
   "name": "mini-css-extract-plugin",
   "version": "0.4.1",
-  "description": "desc",
+  "description": "extracts CSS into separate files",
   "license": "MIT",
   "repository": "webpack-contrib/mini-css-extract-plugin",
   "author": "Tobias Koppers @sokra",