From 149244f674a2f1ccdd26bece27bdd4545f5ad77f Mon Sep 17 00:00:00 2001 From: Hannah <59471320+kaixin-hc@users.noreply.github.com> Date: Tue, 30 Apr 2024 09:54:36 +0700 Subject: [PATCH] Move dependency to core/package.json (#2539) Fixes markbind build fail due to bootstrap icon not found. --- package.json | 3 +-- packages/core/package.json | 3 ++- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fc57771b3..063cc7ffc 100644 --- a/package.json +++ b/package.json @@ -42,7 +42,6 @@ "dependencies": { "@markbind/core": "^5.4.0", "danger": "^12.1.0", - "bootstrap-icons": "^1.11.3", "postcss": "^8.4.35" } -} +} \ No newline at end of file diff --git a/packages/core/package.json b/packages/core/package.json index 844ab2422..1fa0d4540 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -34,6 +34,7 @@ "@sindresorhus/slugify": "^0.9.1", "@tlylt/markdown-it-imsize": "^3.0.0", "bluebird": "^3.7.2", + "bootstrap-icons": "^1.11.3", "bootswatch": "5.1.3", "cheerio": "^0.22.0", "crypto-js": "^4.0.0", @@ -97,4 +98,4 @@ "memfs": "^3.0.1", "ts-jest": "^27.1.4" } -} +} \ No newline at end of file