summaryrefslogtreecommitdiff
path: root/examples/with-tailwindcss
diff options
context:
space:
mode:
Diffstat (limited to 'examples/with-tailwindcss')
-rw-r--r--examples/with-tailwindcss/.npmrc4
-rw-r--r--examples/with-tailwindcss/package.json1
2 files changed, 3 insertions, 2 deletions
diff --git a/examples/with-tailwindcss/.npmrc b/examples/with-tailwindcss/.npmrc
index 0cc653b2c..ef83021af 100644
--- a/examples/with-tailwindcss/.npmrc
+++ b/examples/with-tailwindcss/.npmrc
@@ -1,2 +1,2 @@
-## force pnpm to hoist
-shamefully-hoist = true \ No newline at end of file
+# Expose Astro dependencies for `pnpm` users
+shamefully-hoist=true
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index 3922d8eb9..a34e085f3 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -9,6 +9,7 @@
"preview": "astro preview"
},
"devDependencies": {
+ "@astrojs/renderer-preact": "^0.5.0",
"astro": "^0.23.7",
"autoprefixer": "^10.4.0",
"tailwindcss": "^3.0.5",