Skip to content

Commit 9275ae9

Browse files
committedJun 4, 2024·
fix: prefer module type by default
1 parent b6fc477 commit 9275ae9

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed
 

‎packages/cli/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@unlighthouse/cli",
3+
"type": "module",
34
"version": "0.12.2",
45
"description": "CLI for Unlighthouse",
56
"license": "MIT",

‎packages/core/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@unlighthouse/core",
3+
"type": "module",
34
"version": "0.12.2",
45
"description": "Scan your entire website with Google Lighthouse.",
56
"license": "MIT",

‎packages/server/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "@unlighthouse/server",
3+
"type": "module",
34
"version": "0.12.2",
45
"description": "Server for Unlighthouse",
56
"license": "MIT",

‎packages/unlighthouse/package.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"name": "unlighthouse",
3+
"type": "module",
34
"version": "0.12.2",
45
"description": "Delightfully scan your entire website with Google Lighthouse. Navigate your performance, accessibility and SEO.",
56
"license": "MIT",

0 commit comments

Comments
 (0)
Please sign in to comment.