From c12da39d0d548123b784533645bc58499cbb864d Mon Sep 17 00:00:00 2001 From: Toru Nagashima Date: Thu, 14 May 2020 22:00:10 +0900 Subject: [PATCH] =?UTF-8?q?=E2=9A=92=20add=20funding=20field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index cd43aff1..6574bd1f 100644 --- a/package.json +++ b/package.json @@ -82,5 +82,6 @@ "bugs": { "url": "https://github.com/mysticatea/vue-eslint-parser/issues" }, - "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme" + "homepage": "https://github.com/mysticatea/vue-eslint-parser#readme", + "funding": "https://github.com/sponsors/mysticatea" }