diff options
Diffstat (limited to 'tests/registry/npm/@denotest/bin/0.5.0/package.json')
-rw-r--r-- | tests/registry/npm/@denotest/bin/0.5.0/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/registry/npm/@denotest/bin/0.5.0/package.json b/tests/registry/npm/@denotest/bin/0.5.0/package.json new file mode 100644 index 000000000..1b077a52e --- /dev/null +++ b/tests/registry/npm/@denotest/bin/0.5.0/package.json @@ -0,0 +1,5 @@ +{ + "name": "@denotest/bin", + "version": "0.5.0", + "bin": "./cli.mjs" +} |