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
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | Screen Shot 2021-07-07 at 7.37.32 PM.png | 110.12 KB | jwilson3 |
Comments
Comment #2
jwilson3My 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.
Comment #3
luksakDone! 1.1.3 is out.
Comment #4
jwilson3Thanks @Lukas von Blarer! Much appreciated.