From e1cb96cec315b277df82c46d8281226d5bfb34fd Mon Sep 17 00:00:00 2001 From: Sebastiaan Deckers Date: Thu, 17 Sep 2015 23:52:57 +0700 Subject: [PATCH] Correct SPDX identifier --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index c4c0eb5..0b4fff7 100644 --- a/package.json +++ b/package.json @@ -8,10 +8,7 @@ "type": "git", "url": "git://github.com/node-inspector/v8-debug.git" }, - "license": { - "name": "BSD", - "url": "https://github.com/node-inspector/v8-debug/blob/master/LICENSE" - }, + "license": "BSD-2-Clause", "binary": { "module_name": "debug", "module_path": "./build/{module_name}/v{version}/{node_abi}-{platform}-{arch}/",