mirror of
https://github.com/denoland/deno.git
synced 2024-12-19 22:06:21 -05:00
22 lines
339 B
Text
22 lines
339 B
Text
|
{
|
||
|
"tempDir": true,
|
||
|
"steps": [
|
||
|
{
|
||
|
"args": "i",
|
||
|
"output": "[WILDCARD]"
|
||
|
},
|
||
|
{
|
||
|
"args": "outdated",
|
||
|
"output": "outdated.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "outdated --compatible",
|
||
|
"output": "outdated.out"
|
||
|
},
|
||
|
{
|
||
|
"args": "outdated --update --latest",
|
||
|
"output": "update.out"
|
||
|
}
|
||
|
]
|
||
|
}
|