From af858eca7e3b341326124db2f7652a6d5f60918d Mon Sep 17 00:00:00 2001 From: Sverre Johansen Date: Tue, 12 May 2015 07:45:55 +0200 Subject: [PATCH] Specify License in package.json The README file specifies the MIT Licence, but the field is missing from package.json. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index a4e5bb6..57f1f2c 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,7 @@ "name": "ms", "version": "0.7.1", "description": "Tiny ms conversion utility", + "license": "MIT", "repository": { "type": "git", "url": "git://github.com/guille/ms.js.git"