Skip to content

Commit 5eb6bb8

Browse files
yangshunclaude
andcommitted
Bump version to 2.0.0
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 6d5c69f commit 5eb6bb8

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tree-node-cli",
3-
"version": "1.6.0",
3+
"version": "2.0.0",
44
"description": "Lists the contents of directories in a tree-like format, similar to the Linux tree command.",
55
"keywords": [
66
"cli",
@@ -44,7 +44,8 @@
4444
"typecheck": "tsc --noEmit",
4545
"format": "oxfmt",
4646
"lint": "oxlint",
47-
"test": "vitest run"
47+
"test": "vitest run",
48+
"prepublishOnly": "pnpm check && pnpm build"
4849
},
4950
"dependencies": {
5051
"cac": "^7.0.0",

0 commit comments

Comments
 (0)