diff --git a/package.json b/package.json index 87f463c..646be34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@finsweet/ts-utils", - "version": "0.27.4", + "version": "0.27.5", "description": "Typescript utils for custom Webflow projects.", "main": "index.ts", "module": "index.ts", diff --git a/webflow/restartWebflow.ts b/webflow/restartWebflow.ts index 18bf954..316cef3 100644 --- a/webflow/restartWebflow.ts +++ b/webflow/restartWebflow.ts @@ -49,18 +49,10 @@ export const restartWebflow = async (modules?: WebflowModule[]): Promise Webflow.push(() => resolve(undefined))); };