From c08861325b8b267db1c0ccf2774e7eb1ba39a4c8 Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 17 Jun 2026 16:58:02 +0000 Subject: [PATCH] docs: fix incorrect repository and add homepage/bugs metadata --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 813ec66..03cd8b1 100644 --- a/package.json +++ b/package.json @@ -72,5 +72,7 @@ "author": "Josh Li (https://github.com/maddrag0n)", "contributors": [], "main": "lib/ocake.es5.js", - "repository": "https://github.com/bitchcraft/unicorn-logger" + "repository": "https://github.com/bitchcraft/ocake", + "homepage": "https://github.com/bitchcraft/ocake", + "bugs": "https://github.com/bitchcraft/ocake/issues" }