Skip to content

Commit 2543461

Browse files
committed
fix: use CommonJS bundle to support default export
1 parent 26e85dd commit 2543461

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

package.json

-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
99
"./dist/liquid.node.js": "./dist/liquid.browser.umd.js",
1010
"./dist/liquid.node.mjs": "./dist/liquid.browser.mjs"
1111
},
12-
"exports": {
13-
"import": "./dist/liquid.node.mjs",
14-
"require": "./dist/liquid.node.js"
15-
},
1612
"types": "dist/index.d.ts",
1713
"engines": {
1814
"node": ">=14"

0 commit comments

Comments
 (0)