create-astro 3.0.1 → 3.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -362,7 +362,7 @@ function printHelp({
362
362
  if (headline) {
363
363
  message.push(
364
364
  linebreak(),
365
- `${title(commandName)} ${color.green(`v${"3.0.1"}`)} ${headline}`
365
+ `${title(commandName)} ${color.green(`v${"3.0.2"}`)} ${headline}`
366
366
  );
367
367
  }
368
368
  if (usage) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-astro",
3
- "version": "3.0.1",
3
+ "version": "3.0.2",
4
4
  "type": "module",
5
5
  "author": "withastro",
6
6
  "license": "MIT",
@@ -28,7 +28,7 @@
28
28
  "@astrojs/cli-kit": "^0.2.2",
29
29
  "chai": "^4.3.6",
30
30
  "execa": "^6.1.0",
31
- "giget": "^1.0.0",
31
+ "giget": "1.0.0",
32
32
  "mocha": "^9.2.2"
33
33
  },
34
34
  "devDependencies": {