Closed Ciantic closed 1 year ago
If package name contains subdirectories, the old method failed due to not creating all the empty directories (#72). This fixes it.
@Ciantic are you able to add a test for this?
@lucacasonato, can we get this merged? I'm running into a similar issue with the npm:@alpinejs/mask@^3.12.2 specifier.
npm:@alpinejs/mask@^3.12.2
These changes resolve the issue for me.
If package name contains subdirectories, the old method failed due to not creating all the empty directories (#72). This fixes it.