diff options
author | 2021-06-16 13:09:35 -0500 | |
---|---|---|
committer | 2021-06-16 14:09:35 -0400 | |
commit | f9f2da458d9915da044dc2363663165bec58a33d (patch) | |
tree | a2d2b027ea737d9bbc93f2a5369f75fb5c593e9a /packages/create-astro | |
parent | 7fdb7ceca6da1fe57cabb29ba4b095260bfda71b (diff) | |
download | astro-f9f2da458d9915da044dc2363663165bec58a33d.tar.gz astro-f9f2da458d9915da044dc2363663165bec58a33d.tar.zst astro-f9f2da458d9915da044dc2363663165bec58a33d.zip |
Add repository remotes for all astro packages (#458)
* Add repository remotes for all astro packages
* Add repository.directory key instead of adding the path to repository.url
* Include changeset
* Add repository key to create-astro
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" }, |