Skip to content

Commit

Permalink
manually update to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn committed Aug 6, 2020
1 parent 332c5f9 commit a64b24a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -118,7 +118,7 @@ For JSPM users:
"importHelpers": true,
"baseUrl": "./",
"paths": {
"tslib" : ["jspm_packages/npm/tslib@2.0.0/tslib.d.ts"]
"tslib" : ["jspm_packages/npm/tslib@2.0.1/tslib.d.ts"]
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Expand Up @@ -4,7 +4,7 @@
"Microsoft Corp."
],
"homepage": "http://typescriptlang.org/",
"version": "2.0.0",
"version": "2.0.1",
"license": "0BSD",
"description": "Runtime library for TypeScript helper functions",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"name": "tslib",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "2.0.0",
"version": "2.0.1",
"license": "0BSD",
"description": "Runtime library for TypeScript helper functions",
"keywords": [
Expand Down

0 comments on commit a64b24a

Please sign in to comment.