From 60f25ffcccd9e1051bd2dd4e1e145d146cf81ef0 Mon Sep 17 00:00:00 2001 From: Gilad Peleg Date: Tue, 19 May 2015 13:46:50 +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 88d5db51f72..ca137dcfb40 100644 --- a/package.json +++ b/package.json @@ -3,12 +3,7 @@ "author": "Microsoft Corp.", "homepage": "http://typescriptlang.org/", "version": "1.5.2", - "licenses": [ - { - "type": "Apache License 2.0", - "url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt" - } - ], + "license": "Apache-2.0", "description": "TypeScript is a language for application scale JavaScript development", "keywords": [ "TypeScript",