From 9411b377b5ecc0bddd37471a3f7be07ee3dc69ff Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 4 Feb 2024 13:15:34 +0700 Subject: [PATCH 1/2] 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" }, From b3977a0367f753d1c58812c4218f69f013504c51 Mon Sep 17 00:00:00 2001 From: Sindre Sorhus Date: Sun, 4 Feb 2024 13:17:09 +0700 Subject: [PATCH 2/2] 5.5.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6bc29b0..85dee64 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "github-markdown-css", - "version": "5.5.0", + "version": "5.5.1", "description": "The minimal amount of CSS to replicate the GitHub Markdown style", "license": "MIT", "repository": "sindresorhus/github-markdown-css",