diff options
author | 2022-03-18 21:03:21 -0500 | |
---|---|---|
committer | 2022-03-18 19:03:21 -0700 | |
commit | f6d199fa8b95095c59a82f3f6319736b303bb946 (patch) | |
tree | d61c6ac118bbd9a7f4d567c6df21b6ba3849f5ba /examples/blog | |
parent | 77ebab8bb27d67bc45a5af160d6b545521897802 (diff) | |
download | astro-f6d199fa8b95095c59a82f3f6319736b303bb946.tar.gz astro-f6d199fa8b95095c59a82f3f6319736b303bb946.tar.zst astro-f6d199fa8b95095c59a82f3f6319736b303bb946.zip |
chore: cleanup example dependencies (#2837)
Diffstat (limited to 'examples/blog')
-rw-r--r-- | examples/blog/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/blog/package.json b/examples/blog/package.json index 5377a5bc9..2ba6740f3 100644 --- a/examples/blog/package.json +++ b/examples/blog/package.json @@ -11,5 +11,8 @@ "devDependencies": { "astro": "^0.25.0-next.0", "@astrojs/preact": "^0.0.1" + }, + "dependencies": { + "preact": "^10.6.6" } } |