summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/peer-dep-test-child
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/peer-dep-test-child')
-rw-r--r--tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/index.js1
-rw-r--r--tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/package.json8
-rw-r--r--tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/index.js1
-rw-r--r--tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json8
4 files changed, 18 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/index.js b/tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/index.js
new file mode 100644
index 000000000..636ec3c35
--- /dev/null
+++ b/tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/index.js
@@ -0,0 +1 @@
+module.exports = require("@denotest/peer-dep-test-grandchild");
diff --git a/tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/package.json b/tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/package.json
new file mode 100644
index 000000000..32eb49851
--- /dev/null
+++ b/tests/registry/npm/@denotest/peer-dep-test-child/1.0.0/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@denotest/peer-dep-test-child",
+ "version": "1.0.0",
+ "dependencies": {
+ "@denotest/peer-dep-test-grandchild": "*",
+ "@denotest/peer-dep-test-peer": "^1"
+ }
+}
diff --git a/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/index.js b/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/index.js
new file mode 100644
index 000000000..636ec3c35
--- /dev/null
+++ b/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/index.js
@@ -0,0 +1 @@
+module.exports = require("@denotest/peer-dep-test-grandchild");
diff --git a/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json b/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json
new file mode 100644
index 000000000..3c82c01f9
--- /dev/null
+++ b/tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json
@@ -0,0 +1,8 @@
+{
+ "name": "@denotest/peer-dep-test-child",
+ "version": "2.0.0",
+ "dependencies": {
+ "@denotest/peer-dep-test-grandchild": "*",
+ "@denotest/peer-dep-test-peer": "^2"
+ }
+}