Merge pull request #17128 from woocommerce/fix/gruntfile

Fixed extra comma in Gruntfile.js
This commit is contained in:
Mike Jolley 2017-10-10 17:20:41 +01:00 committed by GitHub
commit ae4838c073
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ module.exports = function( grunt ) {
// PHP Code Sniffer.
phpcs: {
options: {
bin: 'vendor/bin/phpcs',
bin: 'vendor/bin/phpcs'
},
dist: {
options: {