Skip to content

Commit

Permalink
Fix missing GitHub Sponsor for funding field in package.json (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 21, 2024
1 parent 17a3afe commit 9887661
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 8 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 GitHub Sponsor for `funding` field in `package.json`.

## 0.4.0

- Removed: Node.js less than 18.12.0 support.
Expand Down
14 changes: 10 additions & 4 deletions package-lock.json

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

14 changes: 10 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,16 @@
"npm init"
],
"repository": "stylelint/create-stylelint",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/stylelint"
},
"funding": [
{
"type": "opencollective",
"url": "https://opencollective.com/stylelint"
},
{
"type": "github",
"url": "https://github.com/sponsors/stylelint"
}
],
"license": "MIT",
"author": "stylelint",
"main": "create-stylelint.mjs",
Expand Down

0 comments on commit 9887661

Please sign in to comment.