@mikey-pro/prettier-config 1.0.4 → 1.0.8

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 (2) hide show
  1. package/README.md +13 -12
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,20 +1,21 @@
1
1
  <div width="100%" align="center">
2
-
3
- # **Mikey Pro**
4
-
5
- ### [Style Guide](https://github.com/mikey-pro/style-guide) + [Theme](https://github.com/mikey-pro/theme)
6
-
7
- <a href="https://github.com/mikey-pro">
8
- <img src="mikey-pro-logo.png" style="width: 275px" />
9
- </a>
10
-
11
- <br />
12
-
2
+ <h1>
3
+ <b>Mikey Pro</b>
4
+ </h1>
5
+ <h3>
6
+ <a href="https://github.com/mikey-pro/style-guide">Style Guide</a>
7
+ +
8
+ <a href="https://github.com/mikey-pro/theme">Theme</a>
9
+ </h3>
10
+ <a href="https://github.com/mikey-pro">
11
+ <img src="img/mikey-pro-logo.svg" style="height: 75px" alt="Mikey Pro Logo" />
12
+ </a>
13
+ <br />
13
14
  </div>
14
15
 
15
16
  ## **@mikey-pro/prettier-config**
16
17
 
17
- A preset Prettier configuration for use with the Mikey Pro style guide
18
+ _A preset Prettier configuration_
18
19
 
19
20
  ## Usage
20
21
 
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@mikey-pro/prettier-config",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "Mikey Pro Prettier configuration",
5
- "peerDependencies": {
6
- "prettier": "^2.0"
5
+ "dependencies": {
6
+ "prettier": "^2.4"
7
7
  },
8
8
  "files": [
9
9
  "index.js",