Skip to content

Commit 3a21810

Browse files
Update version to '1.12.0'.
1 parent ae43189 commit 3a21810

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ For JSPM users:
118118
"importHelpers": true,
119119
"baseUrl": "./",
120120
"paths": {
121-
"tslib" : ["jspm_packages/npm/[email protected].2/tslib.d.ts"]
121+
"tslib" : ["jspm_packages/npm/[email protected].3/tslib.d.ts"]
122122
}
123123
}
124124
}

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"Microsoft Corp."
55
],
66
"homepage": "http://typescriptlang.org/",
7-
"version": "1.11.2",
7+
"version": "1.12.0",
88
"license": "0BSD",
99
"description": "Runtime library for TypeScript helper functions",
1010
"keywords": [

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "tslib",
33
"author": "Microsoft Corp.",
44
"homepage": "https://www.typescriptlang.org/",
5-
"version": "1.11.2",
5+
"version": "1.12.0",
66
"license": "0BSD",
77
"description": "Runtime library for TypeScript helper functions",
88
"keywords": [

0 commit comments

Comments
 (0)