summaryrefslogtreecommitdiff
path: root/tests/specs/task/bin_package/deno.json
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-05-24 00:43:38 +0100
committerGitHub <noreply@github.com>2024-05-23 23:43:38 +0000
commit92a8d09e498712aec2ba0e54a1ad85194ebd83af (patch)
treed26e89bb46850665b2ed357a11718d8148850880 /tests/specs/task/bin_package/deno.json
parent959739f609dddacde3bbe9ecede2f409214fb34c (diff)
fix(npm): set up node_modules/.bin/ entries for package that provide bin entrypoints (#23496)
Closes https://github.com/denoland/deno/issues/23036 --------- Co-authored-by: Nathan Whitaker <nathan@deno.com>
Diffstat (limited to 'tests/specs/task/bin_package/deno.json')
-rw-r--r--tests/specs/task/bin_package/deno.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/specs/task/bin_package/deno.json b/tests/specs/task/bin_package/deno.json
new file mode 100644
index 000000000..176354f98
--- /dev/null
+++ b/tests/specs/task/bin_package/deno.json
@@ -0,0 +1,3 @@
+{
+ "nodeModulesDir": true
+}