Skip to content

Commit 43fbb36

Browse files
Remove unused bootstrap npm package
The bootstrap dependency was never imported anywhere in the code. The live site's styling actually comes from a static Bootswatch 3.3.7 file (resources/bootstrap.min.css, based on Bootstrap 3) served directly by Express/Vite, independent of the npm dependency graph. Leaving that file untouched since it's the real, in-use stylesheet. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 14bbe7e commit 43fbb36

2 files changed

Lines changed: 0 additions & 42 deletions

File tree

package-lock.json

Lines changed: 0 additions & 41 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
"axios": "^1.18.1",
2424
"bcrypt-pbkdf": "^1.0.2",
2525
"bcryptjs": "^3.0.3",
26-
"bootstrap": "^4.5.2",
2726
"bson": "^7.3.0",
2827
"bull": "^4.16.5",
2928
"chalk": "^4.1.2",

0 commit comments

Comments
 (0)