From 972351c04a4fc5fc08abf87167064fca29ce36de Mon Sep 17 00:00:00 2001 From: Simon Legner Date: Tue, 21 Aug 2018 08:45:37 +0200 Subject: [PATCH] fix(package.json): provide description --- 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",