diff --git a/apps/site-builder/package.json b/apps/site-builder/package.json index 9d63351..2dfe808 100644 --- a/apps/site-builder/package.json +++ b/apps/site-builder/package.json @@ -3,6 +3,11 @@ "version": "0.2.0", "description": "Run one command, get a docs site: collects scattered repo docs and builds a static, searchable site.", "license": "MIT", + "repository": { + "type": "git", + "url": "https://github.com/losol/lectio-docs.git", + "directory": "apps/site-builder" + }, "type": "module", "bin": { "lectio": "./bin/lectio.mjs"