Add description field to package.json.

It would be used when generating packages.
This commit is contained in:
Cheng Zhao 2014-03-20 22:27:11 +08:00
parent 645fc1511a
commit 03b9a25897

View File

@ -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",