chore: add funding information to package.json and package-lock.json

This commit is contained in:
Lukas Wolfsteiner 2026-07-06 12:58:47 +02:00
parent d9dca2114f
commit fd9479a0ac
2 changed files with 20 additions and 0 deletions

10
package-lock.json generated
View file

@ -7,6 +7,16 @@
"": {
"name": "obsidian-raindropio-plugin",
"version": "1.0.5",
"funding": [
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/dotwee"
},
{
"type": "github",
"url": "https://github.com/sponsors/dotWee"
}
],
"license": "WTFPL",
"devDependencies": {
"@eslint/js": "^9.39.4",

View file

@ -13,6 +13,16 @@
"bugs": {
"url": "https://github.com/dotWee/obsidian-raindropio-plugin/issues"
},
"funding": [
{
"type": "buymeacoffee",
"url": "https://buymeacoffee.com/dotwee"
},
{
"type": "github",
"url": "https://github.com/sponsors/dotWee"
}
],
"license": "WTFPL",
"scripts": {
"dev": "node esbuild.config.mjs",