From f3d6427c14a7e79974da1112839276dbae104b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Quentin=20V=C3=A9ron?= Date: Mon, 22 Jul 2019 16:40:55 +0200 Subject: [PATCH] add missing description --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 47ffb33b..2df738fb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@symfony/webpack-encore", "version": "0.27.0", - "description": "", + "description": "Webpack Encore is a simpler way to integrate Webpack into your application", "main": "index.js", "scripts": { "test": "mocha --reporter spec test --recursive",