From e368cb7188e1340bea6e299fbf6ef802abe54f84 Mon Sep 17 00:00:00 2001 From: Sat Naing Date: Sun, 25 Sep 2022 19:00:08 +0630 Subject: [PATCH] Add github-slugger package --- package-lock.json | 1 + package.json | 1 + 2 files changed, 2 insertions(+) diff --git a/package-lock.json b/package-lock.json index e891e21..74e586a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,6 +12,7 @@ "@types/react": "^18.0.20", "astro": "^1.1.7", "fuse.js": "^6.6.2", + "github-slugger": "^1.4.0", "remark-collapse": "^0.1.2", "remark-toc": "^8.0.1" }, diff --git a/package.json b/package.json index e51b235..2084a11 100644 --- a/package.json +++ b/package.json @@ -14,6 +14,7 @@ "@types/react": "^18.0.20", "astro": "^1.1.7", "fuse.js": "^6.6.2", + "github-slugger": "^1.4.0", "remark-collapse": "^0.1.2", "remark-toc": "^8.0.1" },