From d2fa701defa99e9c611e050220eebf5c314ea30e Mon Sep 17 00:00:00 2001 From: Takahashi Yuki Date: Fri, 16 Dec 2022 15:13:43 +0900 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E4=BD=8E=E3=81=AEnode=E3=81=AE?= =?UTF-8?q?=E3=83=90=E3=83=BC=E3=82=B8=E3=83=A7=E3=83=B3=E3=82=9214?= =?UTF-8?q?=E3=81=AB=E4=B8=8B=E3=81=92=E3=82=8B=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix: node v14 * 1.0.2 --- package-lock.json | 4 ++-- package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 273cdf4..21a3a13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@hbsnow/rehype-sectionize", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@hbsnow/rehype-sectionize", - "version": "1.0.1", + "version": "1.0.2", "license": "MIT", "dependencies": { "hast-util-heading": "2.0.0", diff --git a/package.json b/package.json index 37cdfea..bf2f1e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@hbsnow/rehype-sectionize", - "version": "1.0.1", + "version": "1.0.2", "description": "rehype plugin that wraps section based on heading", "type": "module", "main": "dist/index.js", @@ -48,6 +48,6 @@ "hast-util-heading-rank": "2.1.0" }, "engines": { - "node": ">=18.0.0" + "node": ">=14.0.0" } }