From b3a9babbf48ecf24696445700fd6514909a778b0 Mon Sep 17 00:00:00 2001 From: Bryan Tong Date: Tue, 10 Nov 2015 22:17:49 -0700 Subject: [PATCH] Add the License type and upgrade repository entry. The main reason for the repository change is so the github link will show up properly on npmjs.org I know the previous value is legal but it doesnt seem to work right with npmjs.org. I added the `license` value based on the LICENSE file because the newer versions of NPM are getting more strict on enforcing the license entry and complaining about it during installs. --- package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 00e5046..a5e3f09 100644 --- a/package.json +++ b/package.json @@ -25,5 +25,9 @@ "engines": { "node": ">=0.8.0" }, - "repository": "flatiron/cradle" + "repository": { + "type": "git", + "url": "https://github.com/flatiron/cradle.git" + }, + "license": "MIT" }