@readme/stylelint-config 1.1.0 → 1.1.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 +1 -1
  2. package/package.json +4 -3
package/README.md CHANGED
@@ -4,7 +4,7 @@ ReadMe coding standards for all things style-related, specifically CSS and SCSS.
4
4
 
5
5
  [![](https://d3vv6lp55qjaqc.cloudfront.net/items/1M3C3j0I0s0j3T362344/Untitled-2.png)](https://readme.io)
6
6
 
7
- [![npm](https://img.shields.io/npm/v/@readme/stylelint-config)](https://npm.im/@readme/stylelint-config) [![Build](https://github.com/readmeio/stylelint-config/workflows/CI/badge.svg)](https://github.com/readmeio/stylelint-config)
7
+ [![npm](https://img.shields.io/npm/v/@readme/stylelint-config)](https://npm.im/@readme/stylelint-config) [![Build](https://github.com/readmeio/standards/workflows/CI/badge.svg)](https://github.com/readmeio/standards)
8
8
 
9
9
  ## Installation
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@readme/stylelint-config",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
4
4
  "description": "ReadMe coding standards for styles",
5
5
  "main": "index.js",
6
6
  "files": [
@@ -33,7 +33,8 @@
33
33
  "stylelint": "^14.6.1"
34
34
  },
35
35
  "devDependencies": {
36
- "@readme/eslint-config": "file:../eslint-config",
36
+ "@readme/eslint-config": "^8.5.3",
37
37
  "jest": "^27.5.1"
38
- }
38
+ },
39
+ "gitHead": "fdbcc46e18110b300ce68e0b400247077dcb742b"
39
40
  }