From 903b54d7ee0e3173cb091e262676638ce1e8b69b Mon Sep 17 00:00:00 2001 From: Rick Dutour Geerling Date: Thu, 18 Apr 2024 17:16:26 +0200 Subject: [PATCH 1/2] fix: use correct prepare script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 146187a..de5370d 100644 --- a/package.json +++ b/package.json @@ -15,7 +15,7 @@ "node": ">=16.*.*" }, "scripts": { - "prepare": "tsc", + "prepare": "npm run tsc", "tsc": "rimraf ./lib && tsc -p tsconfig.build.json && tsc-alias", "test": "tsx --import ./tests/global.setup.js --test tests/**/*.spec.ts", "format": "prettier --write .", From 19ecb90f9ff2c18253852c7a2526be0806e1d578 Mon Sep 17 00:00:00 2001 From: Rick Dutour Geerling Date: Fri, 19 Apr 2024 09:16:25 +0200 Subject: [PATCH 2/2] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index de5370d..c7bfc9f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@trilon/eslint-plugin", - "version": "0.2.0", + "version": "0.2.1", "description": "Official Trilon Eslint Plugin", "type": "commonjs", "main": "./lib/index.js",