diff --git a/bucket/deno.json b/bucket/deno.json index 0fa4e8a8e4..0f6aee403c 100644 --- a/bucket/deno.json +++ b/bucket/deno.json @@ -1,7 +1,7 @@ { "version": "1.0.3", - "description": "A secure TypeScript runtime on V8", - "homepage": "https://github.com/denoland/deno", + "description": "A secure runtime for JavaScript and TypeScript", + "homepage": "https://deno.land", "license": "MIT", "architecture": { "64bit": { @@ -10,7 +10,9 @@ } }, "bin": "deno.exe", - "checkver": "github", + "checkver": { + "github": "https://github.com/denoland/deno" + }, "autoupdate": { "architecture": { "64bit": {