Update author and version, add bugs and funding section
This commit is contained in:
parent
6dbe3a073f
commit
d262d9fa95
1 changed files with 12 additions and 2 deletions
14
package.json
14
package.json
|
@ -1,9 +1,19 @@
|
||||||
{
|
{
|
||||||
"name": "@minpluto/flurry",
|
"name": "@minpluto/flurry",
|
||||||
"author": "SudoVanilla",
|
"author": "SudoVanilla <korbs@sudovanilla.org>",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"version": "0.0.1",
|
"version": "0.0.11",
|
||||||
"license": "AGPL-3.0-only",
|
"license": "AGPL-3.0-only",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://ark.sudovanilla.org/MinPluto/Flurry/issues",
|
||||||
|
"email": "support@minpluto.org"
|
||||||
|
},
|
||||||
|
"funding": [
|
||||||
|
{
|
||||||
|
"type": "SudoVanilla",
|
||||||
|
"url": "https://liberapay.com/SudoVanilla/"
|
||||||
|
}
|
||||||
|
],
|
||||||
"exports": {
|
"exports": {
|
||||||
".": "./index.ts"
|
".": "./index.ts"
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue