@mikey-pro/prettier-config 6.1.0 → 6.1.1
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 +4 -2
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
<div width="100%" align="center">
|
|
2
2
|
<h1>
|
|
3
|
-
<
|
|
3
|
+
<a href="https://github.com/chiefmikey/mikey-pro">
|
|
4
|
+
<b>Mikey Pro</b>
|
|
5
|
+
</a>
|
|
4
6
|
</h1>
|
|
5
7
|
</div>
|
|
6
8
|
|
|
7
9
|
## **@mikey-pro/prettier-config**
|
|
8
10
|
|
|
9
|
-
|
|
11
|
+
A preset Prettier configuration
|
|
10
12
|
|
|
11
13
|
## Usage
|
|
12
14
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mikey-pro/prettier-config",
|
|
3
|
-
"version": "6.1.
|
|
3
|
+
"version": "6.1.1",
|
|
4
4
|
"description": "Mikey Pro Prettier configuration",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"files": [
|
|
@@ -16,7 +16,6 @@
|
|
|
16
16
|
"bugs": {
|
|
17
17
|
"url": "https://github.com/chiefmikey/mikey-pro/issues"
|
|
18
18
|
},
|
|
19
|
-
"author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)",
|
|
20
19
|
"license": "MIT",
|
|
21
20
|
"keywords": [
|
|
22
21
|
"@mikey-pro/prettier-config",
|
|
@@ -31,5 +30,6 @@
|
|
|
31
30
|
"style-guide",
|
|
32
31
|
"style",
|
|
33
32
|
"guide"
|
|
34
|
-
]
|
|
33
|
+
],
|
|
34
|
+
"author": "Mikl Wolfe <wolfe@mikl.io> (https://mikl.io)"
|
|
35
35
|
}
|