Skip to content

Commit

Permalink
chore: move args-tokenizer to direct dependencies (#72)
Browse files Browse the repository at this point in the history
Since the project is moved to esm only
we can moved args-tokenizer to direct dependencies
to reflect its download count.
  • Loading branch information
TrySound authored Feb 5, 2025
1 parent 837ca0a commit de3cc00
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"args-tokenizer": "^0.3.0",
"c12": "^2.0.1",
"cac": "^6.7.14",
"escalade": "^3.2.0",
Expand All @@ -80,7 +81,6 @@
"@types/node": "^22.10.10",
"@types/prompts": "^2.4.9",
"@types/semver": "^7.5.8",
"args-tokenizer": "^0.3.0",
"eslint": "^9.19.0",
"esno": "^4.8.0",
"picocolors": "^1.1.1",
Expand Down
6 changes: 3 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de3cc00

Please # to comment.