diff options
Diffstat (limited to 'examples/portfolio')
-rw-r--r-- | examples/portfolio/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json index 8267c9d20..aa00a00ad 100644 --- a/examples/portfolio/package.json +++ b/examples/portfolio/package.json @@ -1,5 +1,5 @@ { - "name": "@astrojs/portfolio-template", + "name": "@astrojs/example-portfolio", "private": true, "version": "0.0.1", "scripts": { @@ -7,7 +7,7 @@ "build": "astro build" }, "devDependencies": { - "astro": "^0.15.0" + "astro": "^0.15.1" }, "snowpack": { "workspaceRoot": "../.." |