lint-staged 16.3.0 → 16.3.1

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -2
package/README.md CHANGED
@@ -366,7 +366,7 @@ Supported are any executables installed locally or globally via `npm` as well as
366
366
 
367
367
  > Using globally installed scripts is discouraged, since lint-staged may not work for someone who doesn't have it installed.
368
368
 
369
- `lint-staged` uses [nano-spawn](https://github.com/sindresorhus/nano-spawn?tab=readme-ov-file#optionspreferlocal) to locate locally installed scripts. So in your `.lintstagedrc` you can write:
369
+ `lint-staged` uses [tinyexec](https://github.com/tinylibs/tinyexec) to spawn locally installed commands. So in your `.lintstagedrc` you can write:
370
370
 
371
371
  ```json
372
372
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lint-staged",
3
- "version": "16.3.0",
3
+ "version": "16.3.1",
4
4
  "description": "Lint files staged by git",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -51,7 +51,6 @@
51
51
  "commander": "^14.0.3",
52
52
  "listr2": "^9.0.5",
53
53
  "micromatch": "^4.0.8",
54
- "nano-spawn": "^2.0.0",
55
54
  "string-argv": "^0.3.2",
56
55
  "tinyexec": "^1.0.2",
57
56
  "yaml": "^2.8.2"