From 0017fcdfa743a65a5fd4da8871f33425f7c84f28 Mon Sep 17 00:00:00 2001 From: thiloho <123883702+thiloho@users.noreply.github.com> Date: Mon, 12 Jun 2023 19:57:56 +0200 Subject: [PATCH] Add markdown remark as dependency --- package-lock.json | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/package-lock.json b/package-lock.json index 7345e94..b2d8188 100644 --- a/package-lock.json +++ b/package-lock.json @@ -8,6 +8,7 @@ "name": "aurora", "version": "0.0.1", "dependencies": { + "@astrojs/markdown-remark": "^2.2.1", "@astrojs/svelte": "^2.1.1", "@fontsource/jetbrains-mono": "^4.5.12", "@fontsource/roboto": "^4.5.8", diff --git a/package.json b/package.json index 95dc577..081e32d 100644 --- a/package.json +++ b/package.json @@ -10,6 +10,7 @@ "astro": "astro" }, "dependencies": { + "@astrojs/markdown-remark": "^2.2.1", "@astrojs/svelte": "^2.1.1", "@fontsource/jetbrains-mono": "^4.5.12", "@fontsource/roboto": "^4.5.8", @@ -19,4 +20,4 @@ "sharp": "^0.32.1", "svelte": "^3.59.1" } -} +} \ No newline at end of file