Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pontusab committed Sep 7, 2024
1 parent ee1445f commit 2017a1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified bun.lockb
Binary file not shown.
4 changes: 2 additions & 2 deletions services/dub/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@v1/dub",
"version": "1.0.0",
"main": "src/index.ts",
"type": "module",
"private": true,
"sideEffects": false,
"scripts": {
Expand All @@ -11,6 +11,6 @@
"typecheck": "tsc --noEmit"
},
"dependencies": {
"dub": "^0.36.5"
"dub": "^0.37.1"
}
}
2 changes: 1 addition & 1 deletion services/dub/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"extends": "@v1/typescript/base.json",
"include": ["src", "."],
"include": ["src"],
"exclude": ["node_modules"]
}

0 comments on commit 2017a1b

Please sign in to comment.