diff options
Diffstat (limited to 'deps/npm/test/tap/install-from-local/package-with-scoped-paths/package.json')
-rw-r--r-- | deps/npm/test/tap/install-from-local/package-with-scoped-paths/package.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/deps/npm/test/tap/install-from-local/package-with-scoped-paths/package.json b/deps/npm/test/tap/install-from-local/package-with-scoped-paths/package.json new file mode 100644 index 0000000000..262aa57e06 --- /dev/null +++ b/deps/npm/test/tap/install-from-local/package-with-scoped-paths/package.json @@ -0,0 +1,8 @@ +{ + "name": "package-with-scoped-paths", + "version": "0.0.0", + "dependencies": { + "package-local-dependency": "file:../package-local-dependency", + "@scoped/package-scoped-dependency": "file:../package-scoped-dependency" + } +} |