Skip to content

Commit

Permalink
feat: bookshop upgrade script
Browse files Browse the repository at this point in the history
One can run bookshop/up via npx to upgrade all Bookshop dependencies.
This will also migrate old config files to the new syntax,
and can convert between different file formats.
  • Loading branch information
bglw committed Mar 22, 2022
1 parent e9b9aaf commit 6ffe599
Show file tree
Hide file tree
Showing 19 changed files with 1,940 additions and 13 deletions.
3 changes: 2 additions & 1 deletion bookshop-packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"javascript-modules/init": {},
"javascript-modules/live": {},
"javascript-modules/styles": {},
"javascript-modules/toml-narrator": {}
"javascript-modules/toml-narrator": {},
"javascript-modules/up": {}
}
}
Loading

0 comments on commit 6ffe599

Please sign in to comment.