From 8a9d4df6c761b55f8e5fdf1e7a1f6f5576e6d36b Mon Sep 17 00:00:00 2001 From: Dick Choi Date: Tue, 20 Sep 2016 21:08:57 +0900 Subject: [PATCH] add license attribute to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index f755f437..a78c5971 100644 --- a/package.json +++ b/package.json @@ -3,6 +3,7 @@ "version": "0.6.6", "description": "Boostnote", "main": "index.js", + "license": "GPL-3.0", "scripts": { "start": "electron ./index.js", "hot": "electron ./index.js --hot",