deno: Update to version 1.5.1

This commit is contained in:
Jakub Čábera 2020-11-01 00:06:10 +01:00
parent 6764952323
commit 2a44e5271d

View File

@ -1,12 +1,12 @@
{ {
"version": "1.5.0", "version": "1.5.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.5.0/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v1.5.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "9767952d71da1166744700fda7c4212ccf4b240596a6cefaa4a9a0faaa88712f" "hash": "43d85206f2702407aa1461396a900533efad9b7671d9dea7309e34d3caf82776"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",