@savvy-web/lint-staged 0.3.1 → 0.3.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 -1
package/376.js
CHANGED
|
@@ -1521,7 +1521,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
|
|
|
1521
1521
|
]));
|
|
1522
1522
|
const cli = Command.run(rootCommand, {
|
|
1523
1523
|
name: "savvy-lint",
|
|
1524
|
-
version: "0.3.
|
|
1524
|
+
version: "0.3.2"
|
|
1525
1525
|
});
|
|
1526
1526
|
function runCli() {
|
|
1527
1527
|
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.3.
|
|
3
|
+
"version": "0.3.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": [
|