summaryrefslogtreecommitdiff
path: root/packages/create-astro
diff options
context:
space:
mode:
authorGravatar Drew Powers <1369770+drwpow@users.noreply.github.com> 2021-05-06 10:38:53 -0600
committerGravatar GitHub <noreply@github.com> 2021-05-06 10:38:53 -0600
commitb81abd5b2c0e68f05c99eaad54eb5b9a6bc092db (patch)
treee21c6c1318b5bf2cf7c6cb74290a6262fdab6e22 /packages/create-astro
parent64f4f74fb641194c12edf3888a55a3359c9f594f (diff)
downloadastro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.tar.gz
astro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.tar.zst
astro-b81abd5b2c0e68f05c99eaad54eb5b9a6bc092db.zip
Add CSS bundling (#172)
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
Diffstat (limited to 'packages/create-astro')
-rw-r--r--packages/create-astro/src/templates/blank/package.json2
-rw-r--r--packages/create-astro/src/templates/starter/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/create-astro/src/templates/blank/package.json b/packages/create-astro/src/templates/blank/package.json
index e04205726..478970d63 100644
--- a/packages/create-astro/src/templates/blank/package.json
+++ b/packages/create-astro/src/templates/blank/package.json
@@ -6,6 +6,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "0.0.9"
+ "astro": "^0.0.12"
}
}
diff --git a/packages/create-astro/src/templates/starter/package.json b/packages/create-astro/src/templates/starter/package.json
index e04205726..478970d63 100644
--- a/packages/create-astro/src/templates/starter/package.json
+++ b/packages/create-astro/src/templates/starter/package.json
@@ -6,6 +6,6 @@
"build": "astro build"
},
"devDependencies": {
- "astro": "0.0.9"
+ "astro": "^0.0.12"
}
}