diff --git a/package.json b/package.json index ec6a567..430fdc5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "remark-html", - "version": "16.0.0", + "version": "16.0.1", "description": "remark plugin to compile Markdown to HTML", "license": "MIT", "keywords": [ @@ -40,6 +40,7 @@ "@types/mdast": "^4.0.0", "hast-util-sanitize": "^5.0.0", "mdast-util-to-hast": "^13.0.0", + "hast-util-to-html": "^9.0.0", "unified": "^11.0.0" }, "devDependencies": { @@ -48,7 +49,6 @@ "c8": "^8.0.0", "commonmark.json": "^0.30.0", "hast-util-from-html": "^2.0.0", - "hast-util-to-html": "^9.0.0", "prettier": "^3.0.0", "remark-cli": "^11.0.0", "remark-frontmatter": "^5.0.0",