deno: Update to version 1.1.0

This commit is contained in:
Jakub Čábera 2020-06-13 11:26:56 +02:00
parent 2c419f230e
commit b7765861c7

View File

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