Compare commits

...

2 Commits

Author SHA1 Message Date
Sindre Sorhus b3977a0367 5.5.1 2024-02-04 13:17:09 +07:00
Sindre Sorhus 9411b377b5 Fix compatibility with Rollup
Fixes #111
2024-02-04 13:15:34 +07:00
1 changed files with 1 additions and 2 deletions

View File

@ -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",
@ -11,7 +11,6 @@
"url": "https://sindresorhus.com"
},
"main": "github-markdown.css",
"sideEffects": false,
"engines": {
"node": ">=10"
},