diff options
author | 2021-06-16 13:09:35 -0500 | |
---|---|---|
committer | 2021-06-16 14:09:35 -0400 | |
commit | f9f2da458d9915da044dc2363663165bec58a33d (patch) | |
tree | a2d2b027ea737d9bbc93f2a5369f75fb5c593e9a /package.json | |
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 'package.json')
-rw-r--r-- | package.json | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 507503b30..f836f2974 100644 --- a/package.json +++ b/package.json @@ -2,6 +2,10 @@ "name": "root", "version": "0.0.0", "private": true, + "repository": { + "type": "git", + "url": "https://github.com/snowpackjs/astro.git" + }, "scripts": { "release": "yarn build && yarn changeset publish", "benchmark": "yarn workspace astro run benchmark", |