diff options
Diffstat (limited to 'examples/blog-multiple-authors')
-rw-r--r-- | examples/blog-multiple-authors/package.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/blog-multiple-authors/package.json b/examples/blog-multiple-authors/package.json index 81e145a3f..6cb6aa951 100644 --- a/examples/blog-multiple-authors/package.json +++ b/examples/blog-multiple-authors/package.json @@ -1,6 +1,6 @@ { - "name": "@astrojs/example-blog-multiple-authors", - "version": "0.0.2", + "name": "@example/blog-multiple-authors", + "version": "0.0.1", "private": true, "scripts": { "start": "astro dev", |