From 0ba0f884001ecc023c37978e3325fa57d5b3f93d Mon Sep 17 00:00:00 2001 From: Sebastiaan Deckers Date: Fri, 18 Sep 2015 00:35:39 +0700 Subject: [PATCH] Correct SPDX identifier --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 4e29f9f..3c39798 100644 --- a/package.json +++ b/package.json @@ -4,12 +4,7 @@ "description" : "A JavaScript implementation of a extendable, fully compliant JSON Schema validator.", "homepage" : "http://github.com/garycourt/JSV", "author" : "Gary Court ", - "licenses" : [ - { - "type" : "FreeBSD", - "url" : "http://github.com/garycourt/JSV/raw/master/jsv.js" - } - ], + "license": "BSD-2-Clause-FreeBSD", "maintainers" : [ { "name" : "Gary Court",