Hi guys, looks like the latest update has a typo in composer.json. There is an extra comma in the keywords array:

"keywords": ["Drupal", "lazy", "Lazy-load", "lazyload", , "bLazy", "performance"],

should be

"keywords": ["Drupal", "lazy", "Lazy-load", "lazyload", "bLazy", "performance"],

Comments

Jesmaster created an issue. See original summary.

  • osman committed 03907e7 on 8.x-3.x
    Issue #3093961: Invalid json in composer.json
    
osman’s picture

Status: Active » Fixed

thank you for catching this quickly.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.