From aab0170261837236b48262906eb3dbe86663aca4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 8 May 2024 10:32:19 +0800 Subject: [PATCH] chore: add pkg.funding --- package-lock.json | 3 +++ package.json | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index c00df97d..768a358a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28,6 +28,9 @@ "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, + "funding": { + "url": "https://opencollective.com/eslint" + }, "peerDependencies": { "eslint": "^7.0.0 || ^8.0.0" } diff --git a/package.json b/package.json index e9c2078b..daf58742 100644 --- a/package.json +++ b/package.json @@ -79,5 +79,6 @@ }, "engines": { "node": "^12.22.0 || ^14.17.0 || >=16.0.0" - } + }, + "funding": "https://opencollective.com/eslint" }