Skip to content

Commit 149244f

Browse files
authored
Move dependency to core/package.json (#2539)
Fixes markbind build fail due to bootstrap icon not found.
1 parent 2d1e803 commit 149244f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
"dependencies": {
4343
"@markbind/core": "^5.4.0",
4444
"danger": "^12.1.0",
45-
"bootstrap-icons": "^1.11.3",
4645
"postcss": "^8.4.35"
4746
}
48-
}
47+
}

packages/core/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
"@sindresorhus/slugify": "^0.9.1",
3535
"@tlylt/markdown-it-imsize": "^3.0.0",
3636
"bluebird": "^3.7.2",
37+
"bootstrap-icons": "^1.11.3",
3738
"bootswatch": "5.1.3",
3839
"cheerio": "^0.22.0",
3940
"crypto-js": "^4.0.0",
@@ -97,4 +98,4 @@
9798
"memfs": "^3.0.1",
9899
"ts-jest": "^27.1.4"
99100
}
100-
}
101+
}

0 commit comments

Comments
 (0)