@shipstatic/ship 0.7.6 → 0.7.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.d.ts +1 -1
- package/dist/browser.js.map +1 -1
- package/dist/cli.cjs +1 -1
- package/dist/cli.cjs.map +1 -1
- package/dist/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/browser.d.ts
CHANGED
|
@@ -440,7 +440,7 @@ declare const JUNK_DIRECTORIES: readonly ["__MACOSX", ".Trashes", ".fseventsd",
|
|
|
440
440
|
/**
|
|
441
441
|
* Filters an array of file paths, removing those considered junk
|
|
442
442
|
*
|
|
443
|
-
* Throws if any path contains an unbuilt project marker (e.g. `node_modules
|
|
443
|
+
* Throws if any path contains an unbuilt project marker (e.g. `node_modules`, `package.json`).
|
|
444
444
|
* This check runs first because the dot-file filter below would strip paths like
|
|
445
445
|
* `node_modules/.pnpm/...`, destroying the evidence.
|
|
446
446
|
*
|