diff options
Diffstat (limited to 'examples/framework-react')
-rw-r--r-- | examples/framework-react/.npmrc | 4 | ||||
-rw-r--r-- | examples/framework-react/package.json | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/examples/framework-react/.npmrc b/examples/framework-react/.npmrc index 0cc653b2c..ef83021af 100644 --- a/examples/framework-react/.npmrc +++ b/examples/framework-react/.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/framework-react/package.json b/examples/framework-react/package.json index eccae118f..4d1762a87 100644 --- a/examples/framework-react/package.json +++ b/examples/framework-react/package.json @@ -9,7 +9,7 @@ "preview": "astro preview" }, "devDependencies": { - "astro": "^0.23.7", - "@astrojs/renderer-react": "^0.5.0" + "@astrojs/renderer-react": "^0.5.0", + "astro": "^0.23.7" } } |