Skip to content

Commit

Permalink
Fix missing funding field in package.json (#106)
Browse files Browse the repository at this point in the history
  • Loading branch information
ybiquitous committed Jun 21, 2024
1 parent d6d8ec3 commit cc2e7c2
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`.

## 7.0.0

- Removed: support for Node.js less than `18.12.0`.
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 @@ -9,6 +9,16 @@
"preset"
],
"repository": "stylelint/jest-preset-stylelint",
"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 cc2e7c2

Please sign in to comment.