From 050d621bf7ae7d38a650aa0f25d3159da29232ec Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sun, 24 May 2015 09:42:25 -0700 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 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 1009a7c..8895a42 100644 --- a/package.json +++ b/package.json @@ -23,10 +23,5 @@ "scripts": { "test": "make test-cov" }, - "licenses": [ - { - "type": "BSD", - "url": "http://github.com/hapijs/wreck/raw/master/LICENSE" - } - ] + "license": "BSD-3-Clause" }