diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-26 15:53:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-26 15:53:53 -0400 |
| commit | 06b6352292b69359768c99a1fc984fa4bdcd07c9 (patch) | |
| tree | 3b363e2ce167109e21bc9a68fe9e0d0e24bf0003 /tests/specs/compile/byonm_main_sub_dir/package.json | |
| parent | ed2bf8ce310824d476c704483b59bb02720f7029 (diff) | |
fix(unstable/compile): handle byonm import in sub dir (#24755)
Regression in 1.45.0 caused by storing relative paths instead of
absolute paths in the binary.
Closes #24654
Diffstat (limited to 'tests/specs/compile/byonm_main_sub_dir/package.json')
| -rw-r--r-- | tests/specs/compile/byonm_main_sub_dir/package.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/specs/compile/byonm_main_sub_dir/package.json b/tests/specs/compile/byonm_main_sub_dir/package.json new file mode 100644 index 000000000..af0075a93 --- /dev/null +++ b/tests/specs/compile/byonm_main_sub_dir/package.json @@ -0,0 +1,11 @@ +{ + "name": "package", + "version": "1.0.0", + "description": "", + "keywords": [], + "author": "", + "license": "MIT", + "dependencies": { + "@denotest/add": "*" + } +} |
