scaffold-command/templates/plugin-composer.mustache
Nilambar Sharma a0fd65d1aa
Remove vendor bin path
Co-authored-by: Pascal Birchler <pascal.birchler@gmail.com>
2024-05-15 23:14:03 +05:45

8 lines
115 B
Text

{
"require-dev": {
"wp-cli/i18n-command": "^2"
},
"scripts": {
"makepot": "wp i18n make-pot ."
}
}