diff options
Diffstat (limited to 'examples/portfolio')
-rw-r--r-- | examples/portfolio/package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 2e6f23ff0..a47393d73 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -8,7 +8,7 @@ "astro-dev": "nodemon --delay 0.5 -w ../../packages/astro/dist -x '../../packages/astro/astro.mjs dev'" }, "devDependencies": { - "astro": "0.0.9" + "astro": "0.0.10" }, "snowpack": { "workspaceRoot": "../.." |