Skip to content

Commit

Permalink
fix: requireTransformRegex to delete for all bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbbreuer committed Oct 8, 2024
1 parent 38092d4 commit 4ec974b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"files": ["dist", "src"],
"files": ["dist", "README.md", "LICENSE.md"],
"scripts": {
"build": "bun build.ts",
"lint": "biome check .",
Expand All @@ -58,7 +58,7 @@
"@stacksjs/biome-config": "^0.1.5",
"@types/bun": "^1.1.10",
"bumpp": "^9.6.1",
"bun-plugin-dts-auto": "^0.20.1",
"bun-plugin-dts-auto": "^0.20.2",
"changelogen": "^0.5.7",
"commitizen": "^4.3.1",
"cz-git": "^1.10.1",
Expand Down

0 comments on commit 4ec974b

Please sign in to comment.