Skip to content

Commit

Permalink
Move dependency to core/package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
kaixin-hc committed Apr 30, 2024
1 parent 2d1e803 commit 6b9cbe2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"name": "root",
"private": true,
"workspaces": ["packages/*"],
"workspaces": [
"packages/*"
],
"scripts": {
"prebuild:backend": "npm run clean",
"build:backend": "tsc --noEmitOnError",
Expand Down Expand Up @@ -42,7 +44,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 6b9cbe2

Please sign in to comment.