From 0ec138653eb7d2797d5dccd69b952cdc8c4e1ae6 Mon Sep 17 00:00:00 2001 From: Jeff Williams Date: Mon, 20 Oct 2014 09:32:24 -0700 Subject: [PATCH] use the non-deprecated property for license info --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index c032f18d..48fd2548 100644 --- a/package.json +++ b/package.json @@ -7,12 +7,7 @@ "documentation", "javascript" ], - "licenses": [ - { - "type": "Apache 2.0", - "url": "http://www.apache.org/licenses/LICENSE-2.0" - } - ], + "license": "Apache-2.0", "repository": { "type": "git", "url": "https://github.com/jsdoc3/jsdoc"