Skip to content

Commit

Permalink
Fix missing funding field in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 3, 2024
1 parent 44e4886 commit d6ef0d2
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`.

## 36.0.0

- Removed: `stylelint` less than `16.1.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 @@
"standard"
],
"repository": "stylelint/stylelint-config-standard",
"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 d6ef0d2

Please sign in to comment.