summaryrefslogtreecommitdiff
path: root/tests/specs/install/workspace_node_modules_not_exists/package2
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/install/workspace_node_modules_not_exists/package2')
-rw-r--r--tests/specs/install/workspace_node_modules_not_exists/package2/package.json5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/install/workspace_node_modules_not_exists/package2/package.json b/tests/specs/install/workspace_node_modules_not_exists/package2/package.json
new file mode 100644
index 000000000..48d3d6917
--- /dev/null
+++ b/tests/specs/install/workspace_node_modules_not_exists/package2/package.json
@@ -0,0 +1,5 @@
+{
+ "dependencies": {
+ "chalk": "5.0.1"
+ }
+}