summaryrefslogtreecommitdiff
path: root/deps/npm/test/tap/install-from-local/package-with-local-paths/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'deps/npm/test/tap/install-from-local/package-with-local-paths/package.json')
-rw-r--r--deps/npm/test/tap/install-from-local/package-with-local-paths/package.json10
1 files changed, 0 insertions, 10 deletions
diff --git a/deps/npm/test/tap/install-from-local/package-with-local-paths/package.json b/deps/npm/test/tap/install-from-local/package-with-local-paths/package.json
deleted file mode 100644
index bf4a3e946..000000000
--- a/deps/npm/test/tap/install-from-local/package-with-local-paths/package.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{
- "name": "package-with-local-paths",
- "version": "0.0.0",
- "dependencies": {
- "package-local-dependency": "file:../package-local-dependency"
- },
- "devDependencies": {
- "package-local-dev-dependency": "file:../package-local-dev-dependency"
- }
-}