diff options
Diffstat (limited to 'packages/markdown-support')
-rw-r--r-- | packages/markdown-support/package.json | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/packages/markdown-support/package.json b/packages/markdown-support/package.json index f1418a1e5..204f6811c 100644 --- a/packages/markdown-support/package.json +++ b/packages/markdown-support/package.json @@ -3,6 +3,11 @@ "version": "0.1.1", "main": "./dist/index.js", "type": "commonjs", + "repository": { + "type": "git", + "url": "https://github.com/snowpackjs/astro.git", + "directory": "packages/markdown-support" + }, "exports": { ".": "./dist/index.js" }, |