summaryrefslogtreecommitdiff
path: root/tests/specs/test/workspace/package-b/deno.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/test/workspace/package-b/deno.json')
-rw-r--r--tests/specs/test/workspace/package-b/deno.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/test/workspace/package-b/deno.json b/tests/specs/test/workspace/package-b/deno.json
new file mode 100644
index 000000000..f131c191b
--- /dev/null
+++ b/tests/specs/test/workspace/package-b/deno.json
@@ -0,0 +1,5 @@
+{
+ "name": "@scope/b",
+ "version": "1.0.0",
+ "exports": "./mod.ts"
+}