@markuplint/config-presets 3.0.0-rc.2 → 3.0.0-rc.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.
- package/README.md +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -69,7 +69,7 @@ Require `noreferrer` with `target=_blank`|Require `rel=noreferrer` with an eleme
|
|
|
69
69
|
<details>
|
|
70
70
|
<summary>If you are installing purposely, how below:</summary>
|
|
71
71
|
|
|
72
|
-
```
|
|
72
|
+
```shell
|
|
73
73
|
$ npm install @markuplint/config-presets
|
|
74
74
|
|
|
75
75
|
$ yarn add @markuplint/config-presets
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@markuplint/config-presets",
|
|
3
|
-
"version": "3.0.0-rc.
|
|
3
|
+
"version": "3.0.0-rc.4",
|
|
4
4
|
"description": "markuplint config presets",
|
|
5
5
|
"repository": "git@github.com:markuplint/markuplint.git",
|
|
6
6
|
"author": "Yusuke Hirao <yusukehirao@me.com>",
|
|
@@ -17,5 +17,5 @@
|
|
|
17
17
|
"jsonc-parser": "^3.2.0",
|
|
18
18
|
"mustache": "^4.2.0"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "6187135f1c3522eee13cc1e7e1e8501b0fbfa876"
|
|
21
21
|
}
|