From 46480d60d6fb8bc96ddebe03890fee43366ac016 Mon Sep 17 00:00:00 2001 From: Ian Storm Taylor Date: Wed, 20 Jul 2016 11:26:39 -0700 Subject: [PATCH] add description to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index d310c4137..20a63f956 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "slate", + "description": "A completely customizable framework for building rich text editors.", "version": "0.2.8", "license": "MIT", "repository": "git://github.com/ianstormtaylor/slate.git",