@fr0st/stylelint-config 2.0.0 → 2.0.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.
Files changed (2) hide show
  1. package/README.md +3 -3
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -5,9 +5,9 @@
5
5
  [![npm downloads](https://img.shields.io/npm/dm/%40fr0st/stylelint-config)](https://www.npmjs.com/package/@fr0st/stylelint-config)
6
6
  [![License](https://img.shields.io/npm/l/%40fr0st/stylelint-config)](./LICENSE)
7
7
 
8
- Stylelint shareable config for the *Frost* style.
9
-
10
-
8
+ Stylelint shareable config for the Frost style.
9
+
10
+
11
11
  ## Installation
12
12
 
13
13
  ```bash
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fr0st/stylelint-config",
3
- "version": "2.0.0",
3
+ "version": "2.0.1",
4
4
  "description": "Stylelint shareable config for the Frost style.",
5
5
  "keywords": [
6
6
  "code",
@@ -51,7 +51,7 @@
51
51
  "stylelint": "^17.4.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@fr0st/eslint-config": "^2.0.0",
54
+ "@fr0st/eslint-config": "^2.0.2",
55
55
  "stylelint": "^17.4.0"
56
56
  }
57
- }
57
+ }