From 5c71f46b508d12928927783d26e7189ed0c482bb Mon Sep 17 00:00:00 2001 From: Haroen Viaene Date: Fri, 24 Feb 2017 08:35:44 +0100 Subject: [PATCH] chore(package): add description to babili package this info is exposed on yarnpkg.com, npmjs.com and others. If it's not filled in, the first part of the readme is used (which causes duplication) --- packages/babili/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babili/package.json b/packages/babili/package.json index c5734ecbc..749df3cbc 100644 --- a/packages/babili/package.json +++ b/packages/babili/package.json @@ -1,7 +1,7 @@ { "name": "babili", "version": "0.0.11", - "description": "", + "description": "✂️ An ES6+ aware minifier based on the Babel toolchain (beta)", "homepage": "https://github.com/babel/babili#readme", "repository": "https://github.com/babel/babili/tree/master/packages/babili", "bugs": "https://github.com/babel/babili/issues",