From 0b5b2123af965136d795d77c53e4aa683ef151a9 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Sat, 23 May 2015 15:08:34 -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 ac81d19bf..7ab38424c 100644 --- a/package.json +++ b/package.json @@ -12,12 +12,7 @@ "type": "git", "url": "git://github.com/Medium/phantomjs.git" }, - "licenses": [ - { - "type": "Apache-2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0.html" - } - ], + "license": "Apache-2.0", "author": { "name": "Dan Pupius", "email": "dan@obvious.com",