Skip to content

Commit

Permalink
fix: bundle find-up
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed Dec 1, 2023
1 parent 3bac3e2 commit b8e1e4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@
"lint": "eslint ."
},
"dependencies": {
"execa": "^8.0.1",
"find-up": "^7.0.0"
"execa": "^8.0.1"
},
"devDependencies": {
"@antfu/eslint-config": "^2.1.1",
Expand All @@ -54,6 +53,7 @@
"bumpp": "^9.2.0",
"eslint": "^8.54.0",
"esno": "^4.0.0",
"find-up": "^7.0.0",
"publint": "^0.2.5",
"tsup": "^8.0.1",
"typescript": "^5.3.2"
Expand Down
13 changes: 10 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 b8e1e4a

Please sign in to comment.