From 3d80b6a4cd1e902527dd0bc4ea2e3c9cfbcef5c7 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sat, 29 Apr 2017 16:01:39 +0900 Subject: [PATCH 1/2] 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", From aa77180957e6951946b48e08f04fc7cf37c7c480 Mon Sep 17 00:00:00 2001 From: sota1235 Date: Sat, 29 Apr 2017 16:24:08 +0900 Subject: [PATCH 2/2] modify: backword compatibility --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index cc2375fa..067f241a 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "Boostnote", + "name": "boost", "version": "0.8.9", "main": "index.js", "description": "Boostnote",