diff --git a/lib/package.json b/lib/package.json index f6fa5ad..d8d9d8f 100644 --- a/lib/package.json +++ b/lib/package.json @@ -8,6 +8,7 @@ "type": "git", "url": "https://github.com/ayo-run/mnswpr" }, + "homepage": "https://mnswpr.com", "scripts": { "publish": "npm publish", "release": "bumpp && node ../scripts/release.js" diff --git a/package.json b/package.json index 5034010..826eb94 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "type": "git", "url": "https://github.com/ayo-run/mnswpr" }, + "homepage": "https://mnswpr.com", "scripts": { "test": "echo \"Warn: no test specified\"", "dev": "vite app",