@ivuorinen/stylelint-config 0.2.19 → 0.2.20

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 -4
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,8 +1,6 @@
1
1
  # @ivuorinen/stylelint-config <!-- omit in toc -->
2
2
 
3
- [![npm package][npm-badge]][npm-link]
4
- [![license MIT][license-badge]][license-link]
5
- [![ivuorinen's Code Style][style-badge]][style-link]
3
+ [![npm package][npm-badge]][npm-link] [![license MIT][license-badge]][license-link] [![ivuorinen's Code Style][style-badge]][style-link]
6
4
 
7
5
  > ivuorinen's shareable configuration for [`stylelint`][stylelint-link].
8
6
 
@@ -74,7 +72,6 @@ The defined rules can be modified by adding other configurations, plugins or cus
74
72
  ]
75
73
  }
76
74
  }
77
-
78
75
  ```
79
76
 
80
77
  ## Documentations
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/stylelint-config",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "ivuorinen's shareable configuration for stylelint.",
5
5
  "author": {
6
6
  "name": "Ismo Vuorinen",
@@ -39,11 +39,11 @@
39
39
  "dependencies": {
40
40
  "@ivuorinen/config-checker": "^1.1.2",
41
41
  "postcss": "^8.4.2",
42
- "stylelint": "16.3.0",
42
+ "stylelint": "16.3.1",
43
43
  "stylelint-config-recommended-scss": "14.0.0",
44
44
  "stylelint-config-standard": "36.0.0",
45
45
  "stylelint-order": "6.0.4",
46
46
  "stylelint-scss": "6.2.1"
47
47
  },
48
- "gitHead": "11132fe4954204a9d68e1fc25d50544b6d28579d"
48
+ "gitHead": "b8fd3dca383723d9e65b6e0107a8a5bfb479bbb7"
49
49
  }