Skip to content

Commit 36f68fd

Browse files
committed
self review
1 parent 63ffcc6 commit 36f68fd

File tree

13 files changed

+2802
-328
lines changed

13 files changed

+2802
-328
lines changed

package-lock.json

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

package.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,13 @@
1414
"dist"
1515
],
1616
"scripts": {
17-
"build": "npm run prettier -- --write && tsc && shx chmod +x dist/*.js",
17+
"build": "tsc && shx chmod +x dist/*.js",
1818
"prettier": "prettier \"src/**/*.ts\"",
1919
"format": "npm run prettier -- --write",
2020
"format:check": "npm run prettier -- -l",
2121
"clean": "rm -rf dist/*",
2222
"prebuild": "npm run format:check && npm run clean",
23-
"release": "npm run build && npm publish --provenance --access public",
24-
"build:slides": "marp slides.md --png -o output01.png"
23+
"release": "npm run build && npm publish --provenance --access public"
2524
},
2625
"repository": {
2726
"type": "git",
@@ -39,7 +38,6 @@
3938
"@marp-team/marp-cli": "^4.1.2",
4039
"@marp-team/marp-core": "^4.1.0",
4140
"@modelcontextprotocol/sdk": "^1.8.0",
42-
"file-type": "^21.0.0",
4341
"zod": "^3.24.2"
4442
},
4543
"devDependencies": {

0 commit comments

Comments
 (0)