deno: Update to version 1.9.2

This commit is contained in:
Richard Kuhnt 2021-04-23 16:00:17 +00:00
parent 2ba2a89e52
commit 99d7be8b26

View File

@ -1,12 +1,12 @@
{
"version": "1.9.1",
"version": "1.9.2",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v1.9.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "8d251083804f716a6d9730999cc7a98c202945434abf9efa57e66372e5095552"
"url": "https://github.com/denoland/deno/releases/download/v1.9.2/deno-x86_64-pc-windows-msvc.zip",
"hash": "2725784bbccbef854b18ff25d4cf5ef6e0e85be783973edabad62d785fa009e3"
}
},
"bin": "deno.exe",