summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
Diffstat (limited to 'examples')
-rw-r--r--examples/blog-multiple-authors/package.json4
-rw-r--r--examples/blog/package.json4
-rw-r--r--examples/docs/package.json4
-rw-r--r--examples/framework-multiple/package.json4
-rw-r--r--examples/framework-preact/package.json4
-rw-r--r--examples/framework-react/package.json4
-rw-r--r--examples/framework-svelte/package.json4
-rw-r--r--examples/framework-vue/package.json4
-rw-r--r--examples/portfolio/package.json4
-rw-r--r--examples/snowpack/package.json4
-rw-r--r--examples/starter/package.json2
-rw-r--r--examples/with-markdown/package.json2
-rw-r--r--examples/with-nanostores/package.json2
-rw-r--r--examples/with-tailwindcss/package.json2
14 files changed, 24 insertions, 24 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",
diff --git a/examples/blog/package.json b/examples/blog/package.json
index b7a470896..e57fbf6f2 100644
--- a/examples/blog/package.json
+++ b/examples/blog/package.json
@@ -1,6 +1,6 @@
{
- "name": "@astrojs/example-blog",
- "version": "0.0.2",
+ "name": "@example/blog",
+ "version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
diff --git a/examples/docs/package.json b/examples/docs/package.json
index 27f273b3a..f5dcad1b5 100644
--- a/examples/docs/package.json
+++ b/examples/docs/package.json
@@ -1,6 +1,6 @@
{
- "name": "@astrojs/example-docs",
- "version": "0.0.2",
+ "name": "@example/docs",
+ "version": "0.0.1",
"private": true,
"scripts": {
"start": "astro dev",
diff --git a/examples/framework-multiple/package.json b/examples/framework-multiple/package.json
index e0845d1ca..81f68ef13 100644
--- a/examples/framework-multiple/package.json
+++ b/examples/framework-multiple/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-framework-multiple",
- "private": true,
+ "name": "@example/framework-multiple",
"version": "0.0.1",
+ "private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
diff --git a/examples/framework-preact/package.json b/examples/framework-preact/package.json
index fafeea7af..9b20697c7 100644
--- a/examples/framework-preact/package.json
+++ b/examples/framework-preact/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-framework-preact",
- "private": true,
+ "name": "@example/framework-preact",
"version": "0.0.1",
+ "private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
diff --git a/examples/framework-react/package.json b/examples/framework-react/package.json
index afe01f3af..1be1bc1ed 100644
--- a/examples/framework-react/package.json
+++ b/examples/framework-react/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-framework-react",
- "private": true,
+ "name": "@example/framework-react",
"version": "0.0.1",
+ "private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
diff --git a/examples/framework-svelte/package.json b/examples/framework-svelte/package.json
index 6489eb581..13082e213 100644
--- a/examples/framework-svelte/package.json
+++ b/examples/framework-svelte/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-framework-svelte",
- "private": true,
+ "name": "@example/framework-svelte",
"version": "0.0.1",
+ "private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
diff --git a/examples/framework-vue/package.json b/examples/framework-vue/package.json
index b7bb5b67d..985f3ae0c 100644
--- a/examples/framework-vue/package.json
+++ b/examples/framework-vue/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-framework-vue",
- "private": true,
+ "name": "@example/framework-vue",
"version": "0.0.1",
+ "private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
diff --git a/examples/portfolio/package.json b/examples/portfolio/package.json
index aa00a00ad..40a61805f 100644
--- a/examples/portfolio/package.json
+++ b/examples/portfolio/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-portfolio",
- "private": true,
+ "name": "@example/portfolio",
"version": "0.0.1",
+ "private": true,
"scripts": {
"start": "astro dev",
"build": "astro build"
diff --git a/examples/snowpack/package.json b/examples/snowpack/package.json
index 66121306a..8b5efbe42 100644
--- a/examples/snowpack/package.json
+++ b/examples/snowpack/package.json
@@ -1,7 +1,7 @@
{
- "name": "@astrojs/example-snowpack",
+ "name": "@example/snowpack",
+ "version": "0.0.1",
"private": true,
- "version": "3.0.0",
"scripts": {
"start": "astro dev",
"build": "astro build",
diff --git a/examples/starter/package.json b/examples/starter/package.json
index 9eaf077a4..5bc6804db 100644
--- a/examples/starter/package.json
+++ b/examples/starter/package.json
@@ -1,5 +1,5 @@
{
- "name": "@astrojs/example-starter",
+ "name": "@example/starter",
"version": "0.0.1",
"private": true,
"scripts": {
diff --git a/examples/with-markdown/package.json b/examples/with-markdown/package.json
index c9695641b..bd1671e3c 100644
--- a/examples/with-markdown/package.json
+++ b/examples/with-markdown/package.json
@@ -1,5 +1,5 @@
{
- "name": "@astrojs/example-with-markdown",
+ "name": "@example/with-markdown",
"version": "0.0.1",
"private": true,
"scripts": {
diff --git a/examples/with-nanostores/package.json b/examples/with-nanostores/package.json
index c1e35f87f..623a7e0b5 100644
--- a/examples/with-nanostores/package.json
+++ b/examples/with-nanostores/package.json
@@ -1,5 +1,5 @@
{
- "name": "@astrojs/example-with-nanostores",
+ "name": "@example/with-nanostores",
"version": "0.0.1",
"private": true,
"scripts": {
diff --git a/examples/with-tailwindcss/package.json b/examples/with-tailwindcss/package.json
index befb7afef..10fb5f059 100644
--- a/examples/with-tailwindcss/package.json
+++ b/examples/with-tailwindcss/package.json
@@ -1,5 +1,5 @@
{
- "name": "@astrojs/example-with-tailwindcss",
+ "name": "@example/with-tailwindcss",
"version": "0.0.1",
"private": true,
"scripts": {