diff options
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" ], |