Merge pull request #17128 from woocommerce/fix/gruntfile
Fixed extra comma in Gruntfile.js
This commit is contained in:
commit
ae4838c073
|
@ -271,7 +271,7 @@ module.exports = function( grunt ) {
|
|||
// PHP Code Sniffer.
|
||||
phpcs: {
|
||||
options: {
|
||||
bin: 'vendor/bin/phpcs',
|
||||
bin: 'vendor/bin/phpcs'
|
||||
},
|
||||
dist: {
|
||||
options: {
|
||||
|
|
Loading…
Reference in New Issue