Skip to content

Commit

Permalink
Merge branch 'master' of github.com:rtCamp/blank-theme into enhanceme…
Browse files Browse the repository at this point in the history
…nt/add-dependent-bot-and-update-packages
  • Loading branch information
nani-samireddy committed Feb 11, 2025
2 parents 6405398 + f769609 commit 83f1b59
Show file tree
Hide file tree
Showing 5 changed files with 853 additions and 240 deletions.
6 changes: 4 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"dealerdirect/phpcodesniffer-composer-installer": "^0.7",
"phpcompatibility/phpcompatibility-wp": "^2.1",
"sirbrillig/phpcs-variable-analysis": "^2.8",
"wp-coding-standards/wpcs": "^2.3"
"wp-coding-standards/wpcs": "^2.3",
"wp-cli/i18n-command": "^2.6"
},
"config": {
"discard-changes": true,
Expand All @@ -25,6 +26,7 @@
"prefer-stable": true,
"scripts": {
"phpcbf": "phpcbf",
"phpcs": "phpcs"
"phpcs": "phpcs",
"pot": "wp i18n make-pot . ./languages/blank-theme.pot --domain=blank-theme --package-name=\"Blank Theme\" --skip-theme-json"
}
}
Loading

0 comments on commit 83f1b59

Please sign in to comment.