diff --git a/package.json b/package.json index d8ca6bf..b26e8bf 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,9 @@ "bin": { "vogue": "out/run.js" }, + "repository": { + "url": "https://github.com/marcus13345/vogue" + }, "scripts": { "dev": "multiview [ yarn test:watch ] [ yarn compile:watch ] [ yarn debug:watch ]", "test": "c8 --all mocha",