Fixed extra comma in Gruntfile.js
This commit is contained in:
parent
31367a72b8
commit
5244340bae
|
@ -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