@savvy-web/lint-staged 0.2.1 → 0.2.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.
Files changed (2) hide show
  1. package/376.js +1 -1
  2. package/package.json +2 -2
package/376.js CHANGED
@@ -1194,7 +1194,7 @@ const rootCommand = Command.make("savvy-lint").pipe(Command.withSubcommands([
1194
1194
  ]));
1195
1195
  const cli = Command.run(rootCommand, {
1196
1196
  name: "savvy-lint",
1197
- version: "0.2.1"
1197
+ version: "0.2.2"
1198
1198
  });
1199
1199
  function runCli() {
1200
1200
  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.2.1",
3
+ "version": "0.2.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": [
@@ -20,7 +20,7 @@
20
20
  },
21
21
  "repository": {
22
22
  "type": "git",
23
- "url": "https://github.com/savvy-web/lint-staged.git"
23
+ "url": "git+https://github.com/savvy-web/lint-staged.git"
24
24
  },
25
25
  "license": "MIT",
26
26
  "author": {