Skip to content

Commit

Permalink
chore: generate yarn.lock file
Browse files Browse the repository at this point in the history
  • Loading branch information
yusukebe committed Jan 28, 2024
1 parent 4c7a403 commit bfe07a8
Show file tree
Hide file tree
Showing 4 changed files with 6,552 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
2 changes: 2 additions & 0 deletions bunfig.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[install.lockfile]
print = "yarn"
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"watch": "tsup --watch",
"lint": "eslint src/**.ts",
"lint:fix": "eslint src/**.ts --fix",
"prerelease": "yarn test && yarn build",
"prerelease": "bun run test && bun run build",
"release": "np"
},
"files": [
Expand Down Expand Up @@ -109,7 +109,6 @@
"vite": "^5.0.12",
"vitest": "^1.2.1"
},
"packageManager": "[email protected]",
"engines": {
"node": ">=18.14.1"
},
Expand Down
Loading

0 comments on commit bfe07a8

Please sign in to comment.