We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aebded2 commit 4fefa7fCopy full SHA for 4fefa7f
3 files changed
deno.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@oh/queue",
3
"version": "0.0.0",
4
- "exports": "./mod.ts",
+ "exports": "./index.ts",
5
"imports": {
6
"std/": "https://deno.land/std@0.224.0/"
7
},
mod.ts index.tsmod.ts renamed to index.ts
package.json
@@ -7,5 +7,6 @@
"devDependencies": {
8
"prettier": "3.3.3",
9
"esbuild": "0.23.0"
10
- }
+ },
11
+ "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
12
}
0 commit comments