From 3d80b6a4cd1e902527dd0bc4ea2e3c9cfbcef5c7 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sat, 29 Apr 2017 16:01:39 +0900 Subject: [PATCH] modify: add descriptoin (it is reuqired for building windows app) --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index 109b1315..cc2375fa 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "Boostnote", "version": "0.8.9", "main": "index.js", + "description": "Boostnote", "license": "GPL-3.0", "scripts": { "start": "electron ./index.js",