deno: Update to version 1.9.1

This commit is contained in:
Richard Kuhnt 2021-04-21 03:01:47 +00:00
parent fc73508993
commit e79b004186

View File

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