From 9411b377b5ecc0bddd37471a3f7be07ee3dc69ff Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 4 Feb 2024 13:15:34 +0700 Subject: [PATCH] Fix compatibility with Rollup Fixes #111 --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 7b70d92..6bc29b0 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,6 @@ "url": "https://sindresorhus.com" }, "main": "github-markdown.css", - "sideEffects": false, "engines": { "node": ">=10" },