Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
keyding committed Apr 12, 2024
1 parent bea43a9 commit e29ae9f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,12 @@
"bugs": {
"url": "https://github.com/heybrostudio/bun-lib-starter/issues"
},
"keywords": ["heybrostudio", "typescript", "ts-lib", "bun"],
"keywords": [
"heybrostudio",
"typescript",
"ts-lib",
"bun"
],
"sideEffects": false,
"exports": {
".": {
Expand All @@ -28,7 +33,9 @@
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"dev": "bun run --watch src/index.ts",
"build": "tsup",
Expand All @@ -44,7 +51,7 @@
},
"devDependencies": {
"@biomejs/biome": "^1.6.4",
"@heybrostudio/biome-config": "^0.0.5",
"@heybrostudio/biome-config": "^0.0.6",
"@types/bun": "latest",
"bumpp": "^9.4.0",
"lint-staged": "^15.2.2",
Expand Down

0 comments on commit e29ae9f

Please sign in to comment.