From 0b00e6f037f7dea28295e690d4e7ddcc7868cbe8 Mon Sep 17 00:00:00 2001 From: Elbert Alias <77259+AliasIO@users.noreply.github.com> Date: Tue, 10 Jan 2023 08:43:01 +1100 Subject: [PATCH] Update p.json --- src/technologies/p.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/technologies/p.json b/src/technologies/p.json index 5b72a92af..548ee841e 100644 --- a/src/technologies/p.json +++ b/src/technologies/p.json @@ -521,10 +521,9 @@ ], "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", - "dom": { - "script[type*='text/partytown']": { - "exists": "" - } + "dom": "script[type*='text/partytown']" + "js": { + "partytown": "" }, "oss": true, "website": "https://partytown.builder.io/"