Skip to content

Commit

Permalink
fix:change setting of package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
merlin committed Jul 24, 2024
1 parent 7f29cad commit 98f0ee6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,13 @@
"name": "ts-tree-tools",
"type": "module",
"version": "0.0.0",
"private": true,
"packageManager": "[email protected]",
"description": "the tools for tree",
"author": "Karl <[email protected]>",
"license": "MIT",
"files": [
"dist"
],
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
Expand Down

0 comments on commit 98f0ee6

Please sign in to comment.