summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/npm/registry/@denotest/CAPITALS
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/npm/registry/@denotest/CAPITALS')
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/index.js1
-rw-r--r--cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/package.json4
2 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/index.js b/cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/index.js
deleted file mode 100644
index f4e8d9d29..000000000
--- a/cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/index.js
+++ /dev/null
@@ -1 +0,0 @@
-module.exports = 5;
diff --git a/cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/package.json b/cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/package.json
deleted file mode 100644
index e897d0023..000000000
--- a/cli/tests/testdata/npm/registry/@denotest/CAPITALS/1.0.0/package.json
+++ /dev/null
@@ -1,4 +0,0 @@
-{
- "name": "@denotest/CAPITALS",
- "version": "1.0.0"
-}