Skip to content

Commit 7d33f36

Browse files
committed
Ports over microsoft#129
1 parent abb109f commit 7d33f36

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

+2-1
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.14.0",
5+
"version": "1.14.1",
66
"license": "0BSD",
77
"description": "Runtime library for TypeScript helper functions",
88
"keywords": [
@@ -28,6 +28,7 @@
2828
"sideEffects": false,
2929
"exports": {
3030
".": {
31+
"module": "./tslib.es6.js",
3132
"import": "./modules/index.js",
3233
"default": "./tslib.js"
3334
},

0 commit comments

Comments
 (0)