From 9f870ea4da88a507c0258f68238ae03a691d2135 Mon Sep 17 00:00:00 2001 From: Francois Best Date: Wed, 26 Oct 2022 00:03:39 +0200 Subject: [PATCH] chore: Fix size-limit path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 53d778f..a7ddb59 100644 --- a/package.json +++ b/package.json @@ -63,7 +63,7 @@ }, "size-limit": [ { - "path": "./dist/index.js", + "path": "./dist/index.mjs", "limit": "1 KB" } ],