Skip to content

Commit

Permalink
Ports over #129
Browse files Browse the repository at this point in the history
  • Loading branch information
orta committed Oct 9, 2020
1 parent abb109f commit 7d33f36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tslib",
"author": "Microsoft Corp.",
"homepage": "https://www.typescriptlang.org/",
"version": "1.14.0",
"version": "1.14.1",
"license": "0BSD",
"description": "Runtime library for TypeScript helper functions",
"keywords": [
Expand All @@ -28,6 +28,7 @@
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
Expand Down

0 comments on commit 7d33f36

Please sign in to comment.