Skip to content

Commit 5174dac

Browse files
committed
chore: update package.json and bower.json with valid SPDX identifiers
1 parent 6a883a3 commit 5174dac

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
],
66
"homepage": "http://typescriptlang.org/",
77
"version": "1.6.0",
8-
"license": "Apache License 2.0",
8+
"license": "Apache-2.0",
99
"description": "Runtime library for TypeScript helper functions",
1010
"keywords": [
1111
"TypeScript",

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.6.0",
6-
"licenses": [
7-
{
8-
"type": "Apache License 2.0",
9-
"url": "https://github.com/Microsoft/tslib/blob/master/LICENSE.txt"
10-
}
11-
],
6+
"license": "Apache-2.0",
127
"description": "Runtime library for TypeScript helper functions",
138
"keywords": [
149
"TypeScript",

0 commit comments

Comments
 (0)