From 0d615bb0df85174c22133e14ea5c9476a87ebef4 Mon Sep 17 00:00:00 2001 From: Dominik Zogg Date: Sat, 4 Jan 2025 11:13:21 +0100 Subject: [PATCH] upgrade @chubbyts/chubbyts-packaging --- README.md | 2 +- package.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e2c612..88dbc92 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ ESLint Configuration for chubbyts libraries / framework / projects. Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-eslint][1]. ```sh -npm i @chubbyts/chubbyts-eslint@^3.0.1 +npm i @chubbyts/chubbyts-eslint@^3.0.2 ``` ## Configuration diff --git a/package.json b/package.json index f14d4b7..2fb73f1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@chubbyts/chubbyts-eslint", "type": "module", - "version": "3.0.1", + "version": "3.0.2", "description": "ESLint Configuration for chubbyts libraries / framework / projects.", "keywords": [ "chubbyts", @@ -37,7 +37,7 @@ "node": ">=18" }, "dependencies": { - "@chubbyts/chubbyts-packaging": "^3.0.0-rc.1", + "@chubbyts/chubbyts-packaging": "^3.0.2", "@eslint/js": "^9.17.0", "eslint": "^9.17.0", "eslint-import-resolver-typescript": "^3.7.0",