From 555f2928b99e188a1613ba9da1886803c8c9464a Mon Sep 17 00:00:00 2001 From: pete higgins Date: Thu, 12 Oct 2017 18:58:00 -0700 Subject: [PATCH] Add license to package.json This project includes the license text in the LICENSE file, but it doesn't indicate which license it uses in the package.json metadata, which doesn't play nicely with some tooling. --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c31b265..c720b24 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "email": "ken.perkins@rackspace.com" } ], + "license": "MIT", "repository": { "type": "git", "url": "http://github.com/mmalecki/hock.git"