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.
|
// PHP Code Sniffer.
|
||||||
phpcs: {
|
phpcs: {
|
||||||
options: {
|
options: {
|
||||||
bin: 'vendor/bin/phpcs',
|
bin: 'vendor/bin/phpcs'
|
||||||
},
|
},
|
||||||
dist: {
|
dist: {
|
||||||
options: {
|
options: {
|
||||||
|
|
Loading…
Reference in New Issue