mirror of
https://github.com/dotwee/obsidian-raindropio-plugin.git
synced 2026-07-22 06:50:29 +00:00
chore: add funding information to package.json and package-lock.json
This commit is contained in:
parent
d9dca2114f
commit
fd9479a0ac
2 changed files with 20 additions and 0 deletions
10
package-lock.json
generated
10
package-lock.json
generated
|
|
@ -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",
|
||||
|
|
|
|||
10
package.json
10
package.json
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue