diff --git a/CHANGELOG.md b/CHANGELOG.md index a394547..1872100 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`. diff --git a/package-lock.json b/package-lock.json index 5df2511..a0a9fb2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "jest-preset-stylelint", "version": "7.0.0", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/stylelint" + }, + { + "type": "github", + "url": "https://github.com/sponsors/stylelint" + } + ], "license": "MIT", "devDependencies": { "@stylelint/prettier-config": "^3.0.0", diff --git a/package.json b/package.json index c424a60..299618b 100644 --- a/package.json +++ b/package.json @@ -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",