From 4d07a9072a7a7e4b846a3fb2058220ebbea54b0c Mon Sep 17 00:00:00 2001 From: Lumi Pakkanen Date: Thu, 30 Nov 2023 06:13:34 +0200 Subject: [PATCH] Inform npm about the funding opportunity --- package-lock.json | 7 +++++++ package.json | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/package-lock.json b/package-lock.json index d1c7485..bdaa79e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -16,6 +16,13 @@ "typedoc": "^0.25.4", "typescript": "^5.3.2", "vitest": "^0.34.6" + }, + "engines": { + "node": ">=10.6.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/frostburn" } }, "node_modules/@aashutoshrathi/word-wrap": { diff --git a/package.json b/package.json index 6736ac3..dd49822 100644 --- a/package.json +++ b/package.json @@ -18,6 +18,10 @@ "Music", "Xenharmonic" ], + "funding": { + "type": "github", + "url": "https://github.com/sponsors/frostburn" + }, "files": [ "dist" ],