From c9a51cd3bb67da7400c2fe6f7d3e5572de3ca58c Mon Sep 17 00:00:00 2001 From: Joschua Schneider Date: Mon, 11 Oct 2021 08:48:52 +0200 Subject: [PATCH] export zm from cjs module --- src/index.cjs.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.cjs.ts b/src/index.cjs.ts index c1ea761..2b582e9 100644 --- a/src/index.cjs.ts +++ b/src/index.cjs.ts @@ -1,4 +1,4 @@ // Workaround for mixing named and default exports, see https://github.com/developit/microbundle/issues/712 -import { mz as mehrzahl } from "./mehrzahl" -Object.assign(mehrzahl, { mz: mehrzahl }) -export default mehrzahl \ No newline at end of file +import { mz as mehrzahl, zm } from "./mehrzahl" +Object.assign(mehrzahl, { mz: mehrzahl, zm }) +export default mehrzahl