Skip to content

Commit

Permalink
fix: prefer module type by default
Browse files Browse the repository at this point in the history
  • Loading branch information
harlan-zw committed Jun 4, 2024
1 parent b6fc477 commit 9275ae9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@unlighthouse/cli",
"type": "module",
"version": "0.12.2",
"description": "CLI for Unlighthouse",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@unlighthouse/core",
"type": "module",
"version": "0.12.2",
"description": "Scan your entire website with Google Lighthouse.",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"name": "@unlighthouse/server",
"type": "module",
"version": "0.12.2",
"description": "Server for Unlighthouse",
"license": "MIT",
Expand Down
1 change: 1 addition & 0 deletions packages/unlighthouse/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9275ae9

Please sign in to comment.