deno: Update to version 0.42.0

This commit is contained in:
Jakub Čábera 2020-04-30 15:28:16 +02:00
parent 1b922c575e
commit 37ffca1b99

View File

@ -1,12 +1,12 @@
{ {
"version": "0.41.0", "version": "0.42.0",
"description": "A secure TypeScript runtime on V8", "description": "A secure TypeScript runtime on V8",
"homepage": "https://github.com/denoland/deno", "homepage": "https://github.com/denoland/deno",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/denoland/deno/releases/download/v0.41.0/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v0.42.0/deno-x86_64-pc-windows-msvc.zip",
"hash": "80033945bec17cd5b56837d99fae6322736b51a71214ffdced008065432254a5" "hash": "cdcd9791d5ebb2eee178af57674ab5b9dfa38a1cd3fa46e476a90c680ad60d93"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",