Skip to content

Commit

Permalink
Merge #129 into this PR
Browse files Browse the repository at this point in the history
  • Loading branch information
weswigham authored and orta committed Oct 9, 2020
1 parent b4b7884 commit ae54860
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"sideEffects": false,
"exports": {
".": {
"module": "./tslib.es6.js",
"import": "./modules/index.js",
"default": "./tslib.js"
},
Expand Down
2 changes: 1 addition & 1 deletion test/rollup-modules/index.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
import { __awaiter } from "../../";
import { __awaiter } from "tslib";
if (typeof __awaiter !== "function") throw new Error("Missing expected helper __awaiter");

0 comments on commit ae54860

Please sign in to comment.