From d596056bf408f2af4b9b25ea0549dbededad5aa7 Mon Sep 17 00:00:00 2001 From: Alexandre Daubricourt Date: Fri, 2 Aug 2024 09:56:39 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20version=201.3.0=20=E2=9C=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 0350fee..7d02b87 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-exception-handling", - "version": "1.2.1", + "version": "1.3.0", "description": "💣 Lints unhandled functions that might throw errors. For JavaScript/TypeScript eslint.", "author": { "email": "alexandre@daubricourt.com", @@ -46,7 +46,7 @@ ], "scripts": { "build": "pkgroll", - "test": "vitest run --reporter verbose", + "test": "yarn build && vitest run --reporter verbose", "docs": "yarn build && eslint-doc-generator && eslint-doc-generator --init-rule-docs && eslint-doc-generator" }, "dependencies": {