Skip to content

Commit

Permalink
Add missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
mjackson committed Dec 6, 2024
1 parent 36628de commit e4784fb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/tar-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
},
"devDependencies": {
"@mjackson/lazy-file": "workspace:^",
"@types/node": "^20.14.10"
"@types/node": "^20.14.10",
"tsup": "^8.3.5"
},
"scripts": {
"bench": "node --experimental-strip-types --disable-warning=ExperimentalWarning ./bench/runner.ts",
Expand Down
3 changes: 3 additions & 0 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 e4784fb

Please sign in to comment.