Skip to content

Commit

Permalink
fix: use CommonJS bundle to support default export
Browse files Browse the repository at this point in the history
  • Loading branch information
harttle committed Aug 29, 2024
1 parent 26e85dd commit 2543461
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,6 @@
"./dist/liquid.node.js": "./dist/liquid.browser.umd.js",
"./dist/liquid.node.mjs": "./dist/liquid.browser.mjs"
},
"exports": {
"import": "./dist/liquid.node.mjs",
"require": "./dist/liquid.node.js"
},
"types": "dist/index.d.ts",
"engines": {
"node": ">=14"
Expand Down

0 comments on commit 2543461

Please sign in to comment.