Skip to content

Commit 734eb52

Browse files
timvandamharttle
authored andcommitted
fix: add sideEffects=false to package.json
1 parent 2980260 commit 734eb52

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"name": "liquidjs",
33
"version": "10.19.0",
4+
"sideEffects": false,
45
"description": "A simple, expressive and safe Shopify / Github Pages compatible template engine in pure JavaScript.",
56
"main": "dist/liquid.node.js",
67
"module": "dist/liquid.node.mjs",

0 commit comments

Comments
 (0)