From 0c26f94038bf4f77c8785b6525b6b8e7aaccfe06 Mon Sep 17 00:00:00 2001 From: Miikka Virtanen Date: Wed, 1 Mar 2017 09:59:15 +0200 Subject: [PATCH] Add license to package.json --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index ec720f5..56116f1 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "modmailbot", "version": "1.0.0", "description": "", + "license": "MIT", "main": "src/index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1"