summaryrefslogtreecommitdiff
path: root/tests/specs/install/install_add_dev/install.out
diff options
context:
space:
mode:
authorNathan Whitaker <17734409+nathanwhit@users.noreply.github.com>2024-09-07 02:22:27 -0700
committerGitHub <noreply@github.com>2024-09-07 02:22:27 -0700
commit98e8e2f8bc685675b305e5cc596571801a8e0160 (patch)
tree0ed2bb77b2b6e1f7c8dde0b319cdcadea7e310bd /tests/specs/install/install_add_dev/install.out
parenta9ed06b8324d4b139aea516d045bdbd091f15be9 (diff)
feat(add/install): Flag to add dev dependency to package.json (#25495)
``` deno install --dev npm:chalk ``` Adds to `devDependencies` if a `package.json` is present, otherwise it just adds to `imports` in `deno.json`
Diffstat (limited to 'tests/specs/install/install_add_dev/install.out')
-rw-r--r--tests/specs/install/install_add_dev/install.out4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/specs/install/install_add_dev/install.out b/tests/specs/install/install_add_dev/install.out
new file mode 100644
index 000000000..42161f3ae
--- /dev/null
+++ b/tests/specs/install/install_add_dev/install.out
@@ -0,0 +1,4 @@
+Add npm:@denotest/esm-basic@1.0.0
+Download http://localhost:4260/@denotest/esm-basic
+Download http://localhost:4260/@denotest/esm-basic/1.0.0.tgz
+Initialize @denotest/esm-basic@1.0.0