Skip to content

Commit 2017a1b

Browse files
committed
wip
1 parent ee1445f commit 2017a1b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

bun.lockb

0 Bytes
Binary file not shown.

services/dub/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@v1/dub",
33
"version": "1.0.0",
4-
"main": "src/index.ts",
4+
"type": "module",
55
"private": true,
66
"sideEffects": false,
77
"scripts": {
@@ -11,6 +11,6 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"dub": "^0.36.5"
14+
"dub": "^0.37.1"
1515
}
1616
}

services/dub/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"extends": "@v1/typescript/base.json",
3-
"include": ["src", "."],
3+
"include": ["src"],
44
"exclude": ["node_modules"]
55
}

0 commit comments

Comments
 (0)