Skip to content

Commit ae54860

Browse files
weswighamorta
authored andcommittedOct 9, 2020
Merge #129 into this PR
1 parent b4b7884 commit ae54860

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎package.json

+1
Original file line numberDiff line numberDiff line change
@@ -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
},

‎test/rollup-modules/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
import { __awaiter } from "../../";
1+
import { __awaiter } from "tslib";
22
if (typeof __awaiter !== "function") throw new Error("Missing expected helper __awaiter");

0 commit comments

Comments
 (0)
Please sign in to comment.