We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 600dcb2 commit d447bd7Copy full SHA for d447bd7
deno.jsonc
@@ -9,7 +9,7 @@
9
"useTabs": true
10
},
11
"imports": { // IMPORTANT: Only remap development dependencies!
12
- "DNT": "https://raw.githubusercontent.com/hugoalh/deno-nodejs-transformer/v0.6.0/mod.ts",
+ "DNT": "https://raw.githubusercontent.com/hugoalh/deno-nodejs-transformer/v0.7.0-fork.3/mod.ts",
13
"STD/assert": "jsr:@std/assert@^1.0.8"
14
15
"lint": {
jsr.jsonc
@@ -28,6 +28,7 @@
28
"**/*.json",
29
"**/*.ts",
30
"**/*.tsx",
31
+ "**/*.wasm",
32
"jsr.jsonc",
33
"LICENSE*.md",
34
"README*.md"
0 commit comments