Skip to content

Commit f54dd45

Browse files
committed
Fix deno
1 parent 25f24aa commit f54dd45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"format": "prettier --write src",
4141
"test": "node test/index.js",
4242
"test:bun": "bun test/index.js",
43-
"test:deno": "deno test/index.js",
43+
"test:deno": "deno --allow-env --allow-read test/index.js",
4444
"test:slow": "node test/slow.test.js"
4545
},
4646
"author": "Paul Miller (https://paulmillr.com)",

0 commit comments

Comments
 (0)