diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d745af..6c766f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/package-lock.json b/package-lock.json index 19675c7..806469e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -7,6 +7,16 @@ "": { "name": "stylelint-config-recommended", "version": "14.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 6954f21..3f2cb1f 100644 --- a/package.json +++ b/package.json @@ -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",