From 0bfd384f1aa0c4944ec456b75da0ca959fdcf437 Mon Sep 17 00:00:00 2001 From: Simen Bekkhus Date: Mon, 13 Jul 2015 09:21:41 +0200 Subject: [PATCH] Use license in package.json --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index d735319c..26b0f24e 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "url": "http://thedersen.com/" }, "homepage": "http://thedersen.com/projects/backbone-validation", - "licenses": [ - { - "type": "MIT", - "url": "http://thedersen.mit-license.org/" - } - ], + "license": "MIT", "bugs": { "url": "http://github.com/thedersen/backbone.validation/issues" },