mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
9776a13e33
Fixes #22863 --------- Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
6 lines
92 B
JSON
6 lines
92 B
JSON
{
|
|
"tasks": {
|
|
"help": "deno help | echo",
|
|
"version": "deno --version | echo"
|
|
}
|
|
}
|