Skip to content

Commit 4fefa7f

Browse files
committed
Fixed types
1 parent aebded2 commit 4fefa7f

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

deno.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oh/queue",
33
"version": "0.0.0",
4-
"exports": "./mod.ts",
4+
"exports": "./index.ts",
55
"imports": {
66
"std/": "https://deno.land/std@0.224.0/"
77
},
File renamed without changes.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,6 @@
77
"devDependencies": {
88
"prettier": "3.3.3",
99
"esbuild": "0.23.0"
10-
}
10+
},
11+
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
1112
}

0 commit comments

Comments
 (0)