Skip to content

Commit

Permalink
deno: Add version 1.13.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ash258 committed Aug 28, 2021
1 parent ff52f1c commit 0c6042d
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions bucket/deno.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"version": "1.13.2",
"description": "A secure runtime for JavaScript and TypeScript",
"homepage": "https://deno.land",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v1.13.2/deno-x86_64-pc-windows-msvc.zip",
"hash": "b2259f277074b78bdaac824d8937af3d4a96a231f3d609617e591ed398d82e6a"
},
"arm64": {
"url": "https://github.com/denoland/deno/releases/download/v1.13.2/deno-aarch64-pc-windows-msvc.zip",
"hash": "b2259f277074b78bdaac824d8937af3d4a96a231f3d609617e591ed398d82e6a"
}
},
"bin": "deno.exe",
"checkver": {
"github": "https://github.com/denoland/deno"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-x86_64-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/denoland/deno/releases/download/v$version/deno-aarch64-pc-windows-msvc.zip"
}
}
}
}

0 comments on commit 0c6042d

Please sign in to comment.