Skip to content

Commit

Permalink
1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
khleomix committed Mar 6, 2025
1 parent 79bd480 commit 3958579
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wds-bt",
"version": "1.1.0",
"version": "1.2.0",
"private": true,
"description": "A starter block theme from WebDevStudios.",
"author": "WebDevStudios <[email protected]>",
Expand Down Expand Up @@ -109,7 +109,7 @@
"lint:php": "composer run-script phpcs",
"lint:pkg-json": "wp-scripts lint-pkg-json",
"packages-update": "wp-scripts packages-update",
"postinstall": "npx lefthook install && git config --local core.hooksPath .git/hooks",
"postinstall": "npx lefthook install && git config --local core.hooksPath .git/hooks",
"preinstall": "cross-env npm_config_legacy_peer_deps=true",
"reset": "rm -rf node_modules vendor build blocks package-lock.json composer.lock",
"setup": "npm run reset && npm i && composer i && npm run build",
Expand Down

0 comments on commit 3958579

Please sign in to comment.