diff options
Diffstat (limited to 'tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json')
-rw-r--r-- | tests/registry/npm/@denotest/peer-dep-test-child/2.0.0/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
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" + } +} |