Problem/Motivation

❯ drush en views_display_switch
 [warning] Invalid json in modules/contrib/views_display_switch/composer.json
 [success] Successfully enabled: views_display_switch
❯ cat web/modules/contrib/views_display_switch/composer.json | python -m json.tool
Expecting property name: line 10 column 5 (char 415)

Proposed resolution

Remove trailing comma from line 9 in composer.json

Remaining tasks

User interface changes

API changes

Data model changes

CommentFileSizeAuthor
#2 Screen Shot 2021-07-07 at 7.37.32 PM.png110.12 KBjwilson3

Comments

jwilson3 created an issue. See original summary.

jwilson3’s picture

Issue summary: View changes
Status: Active » Closed (duplicate)
Related issues: +#3195913: Invalid json in modules/contrib/views_display_switch/composer.json
StatusFileSize
new110.12 KB

My apologies. I see this is already reported, fixed and committed on #3195913: Invalid json in modules/contrib/views_display_switch/composer.json.

Any chance you can cut a point release to fix these couple minor issues?

Thanks.

luksak’s picture

Done! 1.1.3 is out.

jwilson3’s picture

Thanks @Lukas von Blarer! Much appreciated.