Skip to content

Commit 60f25ff

Browse files
committed
update license attribute
specifying the type and URL is deprecated: https://docs.npmjs.com/files/package.json#license http://npm1k.org/
1 parent 5bea6a9 commit 60f25ff

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

package.json

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@
33
"author": "Microsoft Corp.",
44
"homepage": "http://typescriptlang.org/",
55
"version": "1.5.2",
6-
"licenses": [
7-
{
8-
"type": "Apache License 2.0",
9-
"url": "https://github.com/Microsoft/TypeScript/blob/master/LICENSE.txt"
10-
}
11-
],
6+
"license": "Apache-2.0",
127
"description": "TypeScript is a language for application scale JavaScript development",
138
"keywords": [
149
"TypeScript",

0 commit comments

Comments
 (0)