From 9275ae9e7eb7e7701b4e061360afc4217f76f7d2 Mon Sep 17 00:00:00 2001 From: harlan Date: Tue, 4 Jun 2024 17:18:58 +1000 Subject: [PATCH] fix: prefer `module` type by default --- packages/cli/package.json | 1 + packages/core/package.json | 1 + packages/server/package.json | 1 + packages/unlighthouse/package.json | 1 + 4 files changed, 4 insertions(+) diff --git a/packages/cli/package.json b/packages/cli/package.json index b71c699..5e7fa12 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,5 +1,6 @@ { "name": "@unlighthouse/cli", + "type": "module", "version": "0.12.2", "description": "CLI for Unlighthouse", "license": "MIT", diff --git a/packages/core/package.json b/packages/core/package.json index cc4352c..6c037d4 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,5 +1,6 @@ { "name": "@unlighthouse/core", + "type": "module", "version": "0.12.2", "description": "Scan your entire website with Google Lighthouse.", "license": "MIT", diff --git a/packages/server/package.json b/packages/server/package.json index a207a59..dd7fd2c 100644 --- a/packages/server/package.json +++ b/packages/server/package.json @@ -1,5 +1,6 @@ { "name": "@unlighthouse/server", + "type": "module", "version": "0.12.2", "description": "Server for Unlighthouse", "license": "MIT", diff --git a/packages/unlighthouse/package.json b/packages/unlighthouse/package.json index 66e50d2..7416a13 100644 --- a/packages/unlighthouse/package.json +++ b/packages/unlighthouse/package.json @@ -1,5 +1,6 @@ { "name": "unlighthouse", + "type": "module", "version": "0.12.2", "description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.", "license": "MIT",