Skip to content

Commit 13a29ac

Browse files
committed
Update version to 1.7.0
1 parent 24dd6c5 commit 13a29ac

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
@@ -80,7 +80,7 @@ For JSPM users:
8080
"importHelpers": true,
8181
"baseUrl": "./",
8282
"paths": {
83-
"tslib" : ["jspm_packages/npm/tslib@1.6.1/tslib.d.ts"]
83+
"tslib" : ["jspm_packages/npm/tslib@1.7.0/tslib.d.ts"]
8484
}
8585
}
8686
}

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.6.0",
7+
"version": "1.7.0",
88
"license": "Apache-2.0",
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": "http://typescriptlang.org/",
5-
"version": "1.6.1",
5+
"version": "1.7.0",
66
"license": "Apache-2.0",
77
"description": "Runtime library for TypeScript helper functions",
88
"keywords": [

0 commit comments

Comments
 (0)