From 342dcf3ee1757ca2988508747f95cb6f900c11b6 Mon Sep 17 00:00:00 2001 From: Mikael Korpela Date: Tue, 23 Feb 2016 03:13:26 +0200 Subject: [PATCH] Add missing license to package.json https://docs.npmjs.com/files/package.json#license --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 84c534e..12f9776 100644 --- a/package.json +++ b/package.json @@ -28,5 +28,6 @@ "scripts": { "test": "mocha test/runner.js --reporter spec", "cover": "istanbul cover -- _mocha test/runner.js --reporter spec" - } + }, + "license": "MIT" }