mirror of
https://github.com/denoland/deno.git
synced 2024-11-25 15:29:32 -05:00
74e294c8c1
Rewrites and reenables following tests: - `task::task_both_package_json_selected`
9 lines
177 B
JSON
9 lines
177 B
JSON
{
|
|
"scripts": {
|
|
"bin": "cli-esm testing this out",
|
|
"output": "echo should never be called or shown"
|
|
},
|
|
"dependencies": {
|
|
"other": "npm:@denotest/bin@1.0"
|
|
}
|
|
}
|