Skip to content

Commit

Permalink
upgrade @chubbyts/chubbyts-packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Jan 4, 2025
1 parent d95bf1a commit 0d615bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 0d615bb

Please sign in to comment.