mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-24 08:44:21 +01:00
chore: add release-it
This commit is contained in:
9
.release-it.json
Normal file
9
.release-it.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"plugins": {
|
||||
"release-it-pnpm": {}
|
||||
},
|
||||
"git": {
|
||||
"commitMessage": "chore: release v${version}",
|
||||
"tagName": "v${version}"
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "claude-code-viewer",
|
||||
"name": "@d-kimuson/claude-code-viewer",
|
||||
"version": "0.0.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
@@ -58,6 +58,8 @@
|
||||
"@types/react-dom": "^19.1.9",
|
||||
"@types/react-syntax-highlighter": "^15.5.13",
|
||||
"npm-run-all2": "^8.0.4",
|
||||
"release-it": "^19.0.4",
|
||||
"release-it-pnpm": "^4.6.6",
|
||||
"tailwindcss": "^4.1.12",
|
||||
"tw-animate-css": "^1.3.7",
|
||||
"typescript": "^5.9.2",
|
||||
|
||||
2112
pnpm-lock.yaml
generated
2112
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user