Merge pull request #7302 from rdzsp/fixed-p-json

Fixed JSON missing comma
main
Elbert Alias 2 years ago committed by GitHub
commit 9444dbd691
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -521,7 +521,7 @@
], ],
"description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.", "description": "Partytown is a lazy-loaded library to help relocate resource intensive scripts into a web worker, and off of the main thread.",
"icon": "Partytown.svg", "icon": "Partytown.svg",
"dom": "script[type*='text/partytown']" "dom": "script[type*='text/partytown']",
"js": { "js": {
"partytown": "" "partytown": ""
}, },