From 02d47fee6e9822173d408123a9ea2583aa16cb38 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 12:57:23 +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 | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index 9ec7ebbf..39b72169 100644 --- a/package.json +++ b/package.json @@ -51,12 +51,7 @@ "gulp-mocha": "^2.0.0", "semver": "^4.1.0" }, - "licenses": [ - { - "type": "BSD", - "url": "http://github.com/estools/escodegen/raw/master/LICENSE.BSD" - } - ], + "license": "BSD-2-Clause", "scripts": { "test": "gulp travis", "unit-test": "gulp test",