From f1da68c1a3db367acb4e6cd0684d3e4462a2b098 Mon Sep 17 00:00:00 2001 From: emptywork <22065214+EmptyWork@users.noreply.github.com> Date: Tue, 13 Jun 2023 08:11:34 +0900 Subject: [PATCH] Update `package.json` new version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 87b3437..b478e7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lighthouse-link-thesis", - "version": "0.0.2", + "version": "0.0.3", "description": "a way to automatically use lighthouse to get accessibility report number", "main": "index.js", "type": "module",