mirror of
https://github.com/denoland/deno.git
synced 2024-12-31 19:44:10 -05:00
8 lines
156 B
Text
8 lines
156 B
Text
|
{
|
||
|
"imports": {
|
||
|
// alias*test is an invalid path char on windows, so
|
||
|
// don't create an alias for this
|
||
|
"alias*test": "npm:@denotest/add"
|
||
|
}
|
||
|
}
|