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",