@kitschpatrol/repo-config 5.0.3 → 5.0.4

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 (3) hide show
  1. package/bin/cli.js +1 -1
  2. package/package.json +3 -2
  3. package/readme.md +1 -1
package/bin/cli.js CHANGED
@@ -5541,7 +5541,7 @@ var Yargs = YargsFactory(esm_default);
5541
5541
  var yargs_default = Yargs;
5542
5542
 
5543
5543
  // ../../package.json
5544
- var version = "5.0.3";
5544
+ var version = "5.0.4";
5545
5545
 
5546
5546
  // ../../src/execa-utils.ts
5547
5547
  function isErrorExecaError(error) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kitschpatrol/repo-config",
3
- "version": "5.0.3",
3
+ "version": "5.0.4",
4
4
  "description": "Repository configuration and GitHub workflows for @kitschpatrol/shared-config.",
5
5
  "keywords": [
6
6
  "shared-config",
@@ -9,10 +9,11 @@
9
9
  "kpi",
10
10
  "kpi-repo"
11
11
  ],
12
+ "homepage": "https://github.com/kitschpatrol/shared-config/tree/main/packages/repo-config",
12
13
  "bugs": "https://github.com/kitschpatrol/shared-config/issues",
13
14
  "repository": {
14
15
  "type": "git",
15
- "url": "git+https://github.com/kitschpatrol/shared-config/cli.git",
16
+ "url": "git+https://github.com/kitschpatrol/shared-config.git",
16
17
  "directory": "packages/repo-config"
17
18
  },
18
19
  "license": "MIT",
package/readme.md CHANGED
@@ -36,7 +36,7 @@ In order to work around some hoisting issues related to plugin resolution in the
36
36
 
37
37
  <!-- recommendation -->
38
38
 
39
- > [!Important]
39
+ > [!IMPORTANT]
40
40
  >
41
41
  > **You can use this package on its own, but it's recommended to use [`@kitschpatrol/shared-config`](https://www.npmjs.com/package/@kitschpatrol/shared-config) instead for a single-dependency and single-package approach to linting and fixing your project.**
42
42
  >