diff --git a/.changeset/every-bars-joke.md b/.changeset/every-bars-joke.md new file mode 100644 index 0000000..c4e9471 --- /dev/null +++ b/.changeset/every-bars-joke.md @@ -0,0 +1,5 @@ +--- +"@mcmunder/opencode-git-memory": patch +--- + +Point to git repo in package.json diff --git a/package.json b/package.json index f12c43d..c8b8e99 100644 --- a/package.json +++ b/package.json @@ -34,6 +34,15 @@ "conversation" ], "license": "MIT", + "author": "mcmunder", + "repository": { + "type": "git", + "url": "https://github.com/mcmunder/opencode-git-memory.git" + }, + "homepage": "https://github.com/mcmunder/opencode-git-memory#readme", + "bugs": { + "url": "https://github.com/mcmunder/opencode-git-memory/issues" + }, "publishConfig": { "access": "public" },