@savvy-web/lint-staged 0.5.0 → 0.5.2
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/376.js +1 -1
- package/package.json +1 -4
- package/tsdoc-metadata.json +1 -1
package/376.js
CHANGED
|
@@ -1834,7 +1834,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
|
|
|
1834
1834
|
]));
|
|
1835
1835
|
const cli = Command.run(rootCommand, {
|
|
1836
1836
|
name: "savvy-lint",
|
|
1837
|
-
version: "0.5.
|
|
1837
|
+
version: "0.5.2"
|
|
1838
1838
|
});
|
|
1839
1839
|
function runCli() {
|
|
1840
1840
|
const main = Effect.suspend(()=>cli(process.argv)).pipe(Effect.provide(NodeContext.layer));
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@savvy-web/lint-staged",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Composable, configurable lint-staged handlers for pre-commit hooks. Provides reusable handlers for Biome, Markdown, YAML, TypeScript, and more.",
|
|
6
6
|
"keywords": [
|
|
@@ -98,9 +98,6 @@
|
|
|
98
98
|
"engines": {
|
|
99
99
|
"node": ">=24.0.0"
|
|
100
100
|
},
|
|
101
|
-
"scripts": {
|
|
102
|
-
"postinstall": "savvy-lint check --quiet || true"
|
|
103
|
-
},
|
|
104
101
|
"files": [
|
|
105
102
|
"!lint-staged.api.json",
|
|
106
103
|
"!tsconfig.json",
|