@mikey-pro/stylelint-config 3.0.0 → 5.0.2

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 +0 -8
  2. package/package.json +1 -5
package/README.md CHANGED
@@ -4,12 +4,6 @@
4
4
  </h1>
5
5
  <h3>
6
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
7
  <br />
14
8
  </div>
15
9
 
@@ -23,8 +17,6 @@ _A preset Stylelint configuration_
23
17
 
24
18
  ```shell
25
19
  npm i -D @mikey-pro/stylelint-config
26
-
27
- yarn add -D @mikey-pro/stylelint-config
28
20
  ```
29
21
 
30
22
  ### Configure
package/package.json CHANGED
@@ -1,12 +1,8 @@
1
1
  {
2
2
  "name": "@mikey-pro/stylelint-config",
3
- "version": "3.0.0",
3
+ "version": "5.0.2",
4
4
  "description": "Mikey Pro Stylelint configuration",
5
5
  "main": "index.js",
6
- "dependencies": {},
7
- "peerDependencies": {
8
- "stylelint": ">=14.1"
9
- },
10
6
  "files": [
11
7
  "index.js",
12
8
  "README.md",