@kitschpatrol/mdat-config 4.4.3 → 4.5.0
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/package.json +11 -3
- package/readme.md +3 -3
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kitschpatrol/mdat-config",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.5.0",
|
|
4
4
|
"type": "module",
|
|
5
|
-
"description": "
|
|
5
|
+
"description": "MDAT configuration for @kitschpatrol/shared-config.",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git@github.com:kitschpatrol/shared-config.git",
|
|
@@ -32,8 +32,16 @@
|
|
|
32
32
|
"dist/*",
|
|
33
33
|
"init/*"
|
|
34
34
|
],
|
|
35
|
+
"keywords": [
|
|
36
|
+
"shared-config",
|
|
37
|
+
"mdat-config",
|
|
38
|
+
"markdown",
|
|
39
|
+
"readme",
|
|
40
|
+
"mdat",
|
|
41
|
+
"cli"
|
|
42
|
+
],
|
|
35
43
|
"peerDependencies": {
|
|
36
|
-
"mdat": "^0.6.
|
|
44
|
+
"mdat": "^0.6.6"
|
|
37
45
|
},
|
|
38
46
|
"dependencies": {
|
|
39
47
|
"@pinojs/json-colorizer": "^4.0.0",
|
package/readme.md
CHANGED
|
@@ -7,13 +7,13 @@
|
|
|
7
7
|
[](https://npmjs.com/package/@kitschpatrol/mdat-config)
|
|
8
8
|
[](https://opensource.org/licenses/MIT)
|
|
9
9
|
|
|
10
|
-
**
|
|
10
|
+
**MDAT configuration for @kitschpatrol/shared-config.**
|
|
11
11
|
|
|
12
12
|
<!-- /header -->
|
|
13
13
|
|
|
14
14
|
## Overview
|
|
15
15
|
|
|
16
|
-
It's a shared [
|
|
16
|
+
It's a shared [MDAT (Markdown Autophagic Template)](https://github.com/kitschpatrol/mdat) system config.
|
|
17
17
|
|
|
18
18
|
**See [`@kitschpatrol/shared-config`](https://www.npmjs.com/package/@kitschpatrol/shared-config) for the recommended single-package approach.**
|
|
19
19
|
|
|
@@ -64,7 +64,7 @@ It runs `mdat readme expand` to expand placeholder comments in your readme.md us
|
|
|
64
64
|
|
|
65
65
|
#### Command: `mdat-config`
|
|
66
66
|
|
|
67
|
-
|
|
67
|
+
MDAT configuration for @kitschpatrol/shared-config.
|
|
68
68
|
|
|
69
69
|
Usage:
|
|
70
70
|
|