diff options
author | 2021-06-16 13:09:35 -0500 | |
---|---|---|
committer | 2021-06-16 14:09:35 -0400 | |
commit | f9f2da458d9915da044dc2363663165bec58a33d (patch) | |
tree | a2d2b027ea737d9bbc93f2a5369f75fb5c593e9a /packages/astro-parser | |
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/astro-parser')
-rw-r--r-- | packages/astro-parser/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/astro-parser/package.json b/packages/astro-parser/package.json index f9feb3102..ced87269b 100644 --- a/packages/astro-parser/package.json +++ b/packages/astro-parser/package.json @@ -6,6 +6,11 @@ "type": "commonjs", "main": "./dist/index.js", "types": "./dist/index.d.ts", + "repository": { + "type": "git", + "url": "https://github.com/snowpackjs/astro.git", + "directory": "packages/astro-parser" + }, "files": [ "dist" ], |