diff options
Diffstat (limited to 'tests/registry/npm/@denotest/bin/0.7.0/cli-no-ext')
-rw-r--r-- | tests/registry/npm/@denotest/bin/0.7.0/cli-no-ext | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/bin/0.7.0/cli-no-ext b/tests/registry/npm/@denotest/bin/0.7.0/cli-no-ext new file mode 100644 index 000000000..1cad127ca --- /dev/null +++ b/tests/registry/npm/@denotest/bin/0.7.0/cli-no-ext @@ -0,0 +1,3 @@ +#!/usr/bin/env -S node + +console.log("@denotest/bin 0.7.0"); |