Skip to content

Commit

Permalink
Move dependency to core/package.json (#2539)
Browse files Browse the repository at this point in the history
Fixes markbind build fail due to bootstrap icon not found.
  • Loading branch information
kaixin-hc committed Apr 30, 2024
1 parent 2d1e803 commit 149244f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
"dependencies": {
"@markbind/core": "^5.4.0",
"danger": "^12.1.0",
"bootstrap-icons": "^1.11.3",
"postcss": "^8.4.35"
}
}
}
3 changes: 2 additions & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -97,4 +98,4 @@
"memfs": "^3.0.1",
"ts-jest": "^27.1.4"
}
}
}

0 comments on commit 149244f

Please sign in to comment.