mikey-pro 6.0.5 → 6.0.7

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 +1 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -57,7 +57,7 @@ Additional support:
57
57
  ### Install
58
58
 
59
59
  ```shell
60
- npm i -D mikey-pro eslint prettier stylelint
60
+ npm i -D mikey-pro
61
61
  ```
62
62
 
63
63
  ### Configure
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mikey-pro",
3
- "version": "6.0.5",
3
+ "version": "6.0.7",
4
4
  "description": "Mikey Pro",
5
5
  "dependencies": {
6
6
  "@babel/core": "^7.20.7",
@@ -11,7 +11,7 @@
11
11
  "@cypress/eslint-plugin-json": "^3.2.3",
12
12
  "@html-eslint/eslint-plugin": "^0.15.0",
13
13
  "@html-eslint/parser": "^0.15.0",
14
- "@mikey-pro/eslint-config": "^6.0.5",
14
+ "@mikey-pro/eslint-config": "^6.0.7",
15
15
  "@mikey-pro/prettier-config": "^6.0.3",
16
16
  "@mikey-pro/stylelint-config": "^6.0.3",
17
17
  "@typescript-eslint/eslint-plugin": "^5.47.0",