Skip to content

Commit

Permalink
script starter summary improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
justintaylor-dev committed Sep 30, 2024
1 parent 1329fec commit 6abeef7
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
2 changes: 1 addition & 1 deletion create-bolt-express/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"execa": "^5.1.1",
"fast-glob": "^3.3.2",
"fs-extra": "^10.0.1",
"meta-bolt": "^0.0.12",
"meta-bolt": "^0.0.13",
"picocolors": "^1.0.0",
"prettier": "^3.1.0",
"radash": "^11.0.0",
Expand Down
24 changes: 24 additions & 0 deletions create-bolt-express/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2388,6 +2388,30 @@ meta-bolt@^0.0.12:
typescript "^4.9.5"
yargs "^17.7.2"

meta-bolt@^0.0.13:
version "0.0.13"
resolved "https://registry.yarnpkg.com/meta-bolt/-/meta-bolt-0.0.13.tgz#867d165288196c7f3ad540163c8ff91f13796717"
integrity sha512-I0X6wWX00ZoVYwGQnrBLo8zeUh9NgkYMhTk3EwPCki1fBAZExEiGKnVgYMHFafKjHtR6p9VAttnKNAmMvC5ALw==
dependencies:
"@clack/prompts" "^0.7.0"
"@types/prettier" "^3.0.0"
"@types/resolve-dir" "^0.0.0"
archiver "^7.0.1"
cliui "^8.0.1"
commander "^12.1.0"
execa "^5.1.1"
fast-glob "^3.3.2"
fs-extra "^10.0.1"
jsonc-parser "^3.2.1"
picocolors "^1.0.0"
prettier "^3.1.0"
radash "^11.0.0"
resolve-dir "^1.0.1"
ts-morph "^17.0.1"
ts-node "^10.7.0"
typescript "^4.9.5"
yargs "^17.7.2"

micromatch@^4.0.4:
version "4.0.8"
resolved "https://registry.yarnpkg.com/micromatch/-/micromatch-4.0.8.tgz#d66fa18f3a47076789320b9b1af32bd86d9fa202"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bolt-express",
"version": "0.0.8",
"version": "0.0.9",
"type": "module",
"scripts": {
"dev": "vite build --mode staging && run-p devmain serve_copy",
Expand Down

0 comments on commit 6abeef7

Please sign in to comment.