From 20112f45c347a29de01df30d95abc33ca1afeb86 Mon Sep 17 00:00:00 2001 From: Ffloriel Date: Sat, 14 Dec 2019 00:17:21 +0000 Subject: [PATCH] add funding property --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index 980677cc..20a71d5c 100644 --- a/package.json +++ b/package.json @@ -74,5 +74,8 @@ "engines": { "npm": ">=5.2.0", "node": ">=4.4.0" + }, + "funding": { + "url": "https://github.com/sponsors/Ffloriel" } }