Skip to content

Commit 7a8e13d

Browse files
staredclaude
andcommitted
Clean up project inconsistencies and unused dependencies
Fix license field to match LICENSE file, remove Astro artifacts from previous migration, and remove unused marked dependency. Changes: - Update package.json license from ISC to MIT - Remove .astro directory and .gitignore reference - Remove unused marked dependency from package.json - Update pnpm-lock.yaml accordingly 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent c84c3d0 commit 7a8e13d

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ node_modules/
33

44
# Build outputs
55
dist/
6-
.astro/
76
*.local
87

98
# Editor directories and files

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"physics"
1717
],
1818
"author": "",
19-
"license": "ISC",
19+
"license": "MIT",
2020
"packageManager": "pnpm@10.19.0",
2121
"devDependencies": {
2222
"@types/node": "^24.9.2",
@@ -27,7 +27,6 @@
2727
"vite": "^7.1.12"
2828
},
2929
"dependencies": {
30-
"katex": "^0.16.25",
31-
"marked": "^16.4.1"
30+
"katex": "^0.16.25"
3231
}
3332
}

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)