@kitschpatrol/mdat-config 5.7.1 → 5.7.3
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/bin/cli.js +1 -1
- package/package.json +2 -2
- package/readme.md +1 -1
package/bin/cli.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/mdat-config",
|
|
3
|
-
"version": "5.7.
|
|
3
|
+
"version": "5.7.3",
|
|
4
4
|
"description": "MDAT configuration for @kitschpatrol/shared-config.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"shared-config",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"dependencies": {
|
|
47
47
|
"@pinojs/json-colorizer": "^4.0.0",
|
|
48
48
|
"cosmiconfig": "^9.0.0",
|
|
49
|
-
"cosmiconfig-typescript-loader": "^6.
|
|
49
|
+
"cosmiconfig-typescript-loader": "^6.2.0",
|
|
50
50
|
"execa": "^9.6.0",
|
|
51
51
|
"find-workspaces": "^0.3.1",
|
|
52
52
|
"fs-extra": "^11.3.2",
|
package/readme.md
CHANGED
|
@@ -40,7 +40,7 @@ To use just `mdat-config` in isolation:
|
|
|
40
40
|
1. Install the `.npmrc` in your project root. This is required for correct PNPM behavior:
|
|
41
41
|
|
|
42
42
|
```sh
|
|
43
|
-
pnpm
|
|
43
|
+
pnpm --package=@kitschpatrol/repo-config dlx ksc-repo init
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
2. Add the package:
|