diff options
Diffstat (limited to 'packages/create-astro')
-rw-r--r-- | packages/create-astro/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/create-astro/package.json b/packages/create-astro/package.json index 300f6b1b7..95bc2417d 100644 --- a/packages/create-astro/package.json +++ b/packages/create-astro/package.json @@ -2,6 +2,11 @@ "name": "create-astro", "version": "0.3.2", "type": "module", + "repository": { + "type": "git", + "url": "https://github.com/snowpackjs/astro.git", + "directory": "packages/create-astro" + }, "exports": { ".": "./create-astro.js" }, |