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)",