From 03b9a25897b97280dcedfdb0afce26922a71f4ff Mon Sep 17 00:00:00 2001 From: Cheng Zhao Date: Thu, 20 Mar 2014 22:27:11 +0800 Subject: [PATCH] Add description field to package.json. It would be used when generating packages. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 9f4782340..d3ecefcad 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "atom", "productName": "Atom", "version": "0.77.0", + "description": "A hackable text editor for the 21st Century.", "main": "./src/browser/main.js", "repository": { "type": "git",