diff --git a/package.json b/package.json index fc57771b3..fac2c1e17 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "root", "private": true, - "workspaces": ["packages/*"], + "workspaces": [ + "packages/*" + ], "scripts": { "prebuild:backend": "npm run clean", "build:backend": "tsc --noEmitOnError", @@ -42,7 +44,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