diff options
Diffstat (limited to 'tests/specs/lockfile/adding_npm_dep/deno.json')
-rw-r--r-- | tests/specs/lockfile/adding_npm_dep/deno.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/specs/lockfile/adding_npm_dep/deno.json b/tests/specs/lockfile/adding_npm_dep/deno.json new file mode 100644 index 000000000..b3bfef815 --- /dev/null +++ b/tests/specs/lockfile/adding_npm_dep/deno.json @@ -0,0 +1,9 @@ +{ + "tasks": { + "cat": "cat" + }, + "imports": { + "add": "npm:@denotest/add@1", + "subtract": "npm:@denotest/subtract@1" + } +} |