From 4a3e160cf846d548260443947291565dd6aaf271 Mon Sep 17 00:00:00 2001 From: Valerie Date: Sun, 23 May 2021 20:37:20 -0400 Subject: [PATCH] update repo field --- package.json | 3 +++ 1 file changed, 3 insertions(+) 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",