From c298e92f8579f5bf77228c8969dd3eeac61d8752 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 13:08:28 +0300 Subject: [PATCH] update license attribute specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/ --- package.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/package.json b/package.json index fa217ad..2331e4e 100644 --- a/package.json +++ b/package.json @@ -22,8 +22,5 @@ "scripts": { "test": "node test/test-crypto.js" }, - "licenses": [{ - "type" : "BSD", - "url" : "http://pajhome.org.uk/site/legal.html#bsdlicense" - }] + "license": "BSD-3-Clause" }