From dbe7195883660e7a5a1e4ff7dccf338a19abfd74 Mon Sep 17 00:00:00 2001 From: Juga Paazmaya Date: Fri, 23 Mar 2018 12:17:44 +0200 Subject: [PATCH] Update license property to match current specification. Fixes #2622 --- package.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index e7ab8a79b..3103077f1 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "design", "cartography" ], - "url": "http://github.com/mapbox/tilemill", + "url": "https://github.com/mapbox/tilemill", "repository": { "type": "git", "url": "git://github.com/mapbox/tilemill.git" @@ -25,11 +25,7 @@ "Ansis Brammanis ", "Justin Miller " ], - "licenses": [ - { - "type": "BSD" - } - ], + "license": "BSD-3-Clause", "dependencies": { "JSV": "4.0.x", "backbone-dirty": "~1.1.3",