deno: Update to version 1.1.1

This commit is contained in:
Jakub Čábera 2020-06-20 09:07:13 +02:00
parent a3376ede35
commit 82a5c3b7b8

View File

@ -1,12 +1,12 @@
{ {
"version": "1.1.0", "version": "1.1.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.1.0/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v1.1.1/deno-x86_64-pc-windows-msvc.zip",
"hash": "94ef8d2319a04b03e19b652febe379d93b2cc309c903ae5438aa2920e8e0792d" "hash": "d7859c70987940a320836d34a5be9987a8f2e0b6fc7b16aa6d2fa6fef515c57e"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",