Skip to content

Commit

Permalink
fix: add sideEffects=false to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
timvandam authored and harttle committed Dec 1, 2024
1 parent 2980260 commit 734eb52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "liquidjs",
"version": "10.19.0",
"sideEffects": false,
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
"main": "dist/liquid.node.js",
"module": "dist/liquid.node.mjs",
Expand Down

0 comments on commit 734eb52

Please sign in to comment.