deno: Update to version 1.0.2

This commit is contained in:
Jakub Čábera 2020-05-23 10:10:23 +02:00
parent 0751e589d6
commit 51f78fde60

View File

@ -1,12 +1,12 @@
{ {
"version": "1.0.1", "version": "1.0.2",
"description": "A secure TypeScript runtime on V8", "description": "A secure TypeScript runtime on V8",
"homepage": "https://github.com/denoland/deno", "homepage": "https://github.com/denoland/deno",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/denoland/deno/releases/download/v1.0.1/deno-x86_64-pc-windows-msvc.zip", "url": "https://github.com/denoland/deno/releases/download/v1.0.2/deno-x86_64-pc-windows-msvc.zip",
"hash": "e68e8f15bf81d9f9aac318f2d6f058ad4fb74ed471196e4cdaa2ff2c4cca9741" "hash": "20287e36893ffc5fc713a0ff6272ed92038ff77553126fde85e86be6e8522d3b"
} }
}, },
"bin": "deno.exe", "bin": "deno.exe",