@ivuorinen/stylelint-config 1.0.24 → 1.0.26

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
@@ -90,7 +90,7 @@ See [CHANGELOG][changelog-link] for a human-readable history of changes.
90
90
 
91
91
  Distributed under the MIT License. See [LICENSE][license-link] for more information.
92
92
 
93
- [changelog-link]: ./CHANGELOG.md
93
+ [changelog-link]: https://github.com/ivuorinen/base-configs-stylelint/releases
94
94
  [stylelint-docs-link]: https://stylelint.io
95
95
  [stylelint-link]: https://github.com/stylelint/stylelint
96
96
  [contributing-link]: https://github.com/ivuorinen/.github/blob/main/CONTRIBUTING.md
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ivuorinen/stylelint-config",
3
- "version": "1.0.24",
3
+ "version": "1.0.26",
4
4
  "type": "module",
5
5
  "description": "ivuorinen's shareable configuration for stylelint.",
6
6
  "author": {
@@ -62,7 +62,7 @@
62
62
  "stylelint-scss": "^7.0.0"
63
63
  },
64
64
  "gitHead": "23d15f15743fb59c1dbe658615ef2ed51c54d230",
65
- "packageManager": "yarn@4.13.0",
65
+ "packageManager": "yarn@4.14.1",
66
66
  "devDependencies": {
67
67
  "@ivuorinen/semantic-release-config": "^1.2.1"
68
68
  },