Skip to content

Commit

Permalink
Fix missing funding field in package.json (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 21, 2024
1 parent ba645d4 commit 271a32b
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## Head

- Fixed: missing `funding` field in `package.json`.

## 14.0.0

- Removed: `stylelint` less than `16.0.0` from peer dependencies.
Expand Down
10 changes: 10 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,16 @@
"recommended"
],
"repository": "stylelint/stylelint-config-recommended",
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/stylelint"
},
{
"type": "github",
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"author": "Stylelint",
"main": "index.js",
Expand Down

0 comments on commit 271a32b

Please sign in to comment.