summaryrefslogtreecommitdiff
path: root/tests/registry/npm/@denotest/transitive-bin
diff options
context:
space:
mode:
Diffstat (limited to 'tests/registry/npm/@denotest/transitive-bin')
-rw-r--r--tests/registry/npm/@denotest/transitive-bin/1.0.0/cli-cjs.js1
-rw-r--r--tests/registry/npm/@denotest/transitive-bin/1.0.0/package.json10
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/transitive-bin/1.0.0/cli-cjs.js b/tests/registry/npm/@denotest/transitive-bin/1.0.0/cli-cjs.js
new file mode 100644
index 000000000..f517654b9
--- /dev/null
+++ b/tests/registry/npm/@denotest/transitive-bin/1.0.0/cli-cjs.js
@@ -0,0 +1 @@
+console.log("@denotest/transitive-bin 1.0.0");
diff --git a/tests/registry/npm/@denotest/transitive-bin/1.0.0/package.json b/tests/registry/npm/@denotest/transitive-bin/1.0.0/package.json
new file mode 100644
index 000000000..84d780516
--- /dev/null
+++ b/tests/registry/npm/@denotest/transitive-bin/1.0.0/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "@denotest/transitive-bin",
+ "version": "1.0.0",
+ "dependencies": {
+ "@denotest/bin": "1.0.0"
+ },
+ "bin": {
+ "cli-cjs": "cli-cjs.js"
+ }
+} \ No newline at end of file