From a256971e2221ef339880e9a15d9a7e045f2d863c Mon Sep 17 00:00:00 2001 From: robinmoisson Date: Sun, 23 Apr 2023 10:15:10 +0200 Subject: [PATCH] add funding --- package-lock.json | 4 ++++ package.json | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/package-lock.json b/package-lock.json index 6e51a5c..8600eeb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -20,6 +20,10 @@ }, "engines": { "node": ">=16.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/robinmoisson/staticrypt?sponsor=1" } }, "node_modules/ansi-regex": { diff --git a/package.json b/package.json index 33dc478..5bbfcf8 100644 --- a/package.json +++ b/package.json @@ -17,6 +17,10 @@ "engines": { "node": ">=16.0.0" }, + "funding": { + "type": "github", + "url": "https://github.com/robinmoisson/staticrypt?sponsor=1" + }, "author": "Robin Moisson (https://github.com/robinmoisson)", "contributors": [ "Aaron Coplan (https://github.com/AaronCoplan)",