Add "productName" in package.json.

Atom-Shell would use it as application's name.
This commit is contained in:
Cheng Zhao
2013-12-05 18:15:26 +08:00
parent a7db8229d5
commit 6c5669b53d

View File

@@ -1,5 +1,6 @@
{
"name": "atom",
"productName": "Atom",
"version": "0.42.0",
"main": "./src/browser/main.js",
"repository": {