diff options
Diffstat (limited to 'tests/specs/install/scripts_install_no_ext/package.json')
-rw-r--r-- | tests/specs/install/scripts_install_no_ext/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/install/scripts_install_no_ext/package.json b/tests/specs/install/scripts_install_no_ext/package.json new file mode 100644 index 000000000..7ac9ca6b2 --- /dev/null +++ b/tests/specs/install/scripts_install_no_ext/package.json @@ -0,0 +1,5 @@ +{ + "dependencies": { + "@denotest/install-no-ext": "*" + } +} |