chore: add package homepage

This commit is contained in:
ayo 2026-04-03 23:30:45 +02:00
parent 60aee72af3
commit 52e223f2dd
2 changed files with 2 additions and 0 deletions

View file

@ -8,6 +8,7 @@
"type": "git", "type": "git",
"url": "https://github.com/ayo-run/mnswpr" "url": "https://github.com/ayo-run/mnswpr"
}, },
"homepage": "https://mnswpr.com",
"scripts": { "scripts": {
"publish": "npm publish", "publish": "npm publish",
"release": "bumpp && node ../scripts/release.js" "release": "bumpp && node ../scripts/release.js"

View file

@ -9,6 +9,7 @@
"type": "git", "type": "git",
"url": "https://github.com/ayo-run/mnswpr" "url": "https://github.com/ayo-run/mnswpr"
}, },
"homepage": "https://mnswpr.com",
"scripts": { "scripts": {
"test": "echo \"Warn: no test specified\"", "test": "echo \"Warn: no test specified\"",
"dev": "vite app", "dev": "vite app",