Skip to content

Commit

Permalink
deno 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mxcl committed Jan 29, 2024
1 parent 653cd58 commit dc76fcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
]
}
},
"pkgx": "deno^1.33.3 npm",
"pkgx": "deno~1.40.2 npm",
"tasks": {
"test": "deno test --parallel --unstable --allow-env --allow-read --allow-net=dist.pkgx.dev,github.com,codeload.github.com --allow-write --allow-run=tar,uname,/bin/sh,foo,'C:\\Windows\\system32\\cmd.exe'",
"typecheck": "deno check --unstable ./mod.ts",
"test": "deno test --parallel --unstable-fs --allow-env --allow-read --allow-net=dist.pkgx.dev,github.com,codeload.github.com --allow-write --allow-run=tar,uname,/bin/sh,foo,'C:\\Windows\\system32\\cmd.exe'",
"typecheck": "deno check ./mod.ts",
"dnt": ".github/deno-to-node.ts"
},
"lint": {
Expand Down

0 comments on commit dc76fcc

Please sign in to comment.