Skip to content

Commit

Permalink
[FIX] | resolve package version installation (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
IT-WIBRC authored Nov 13, 2024
1 parent 9b575af commit 9e603af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ It's recommended you install this once per every project. ESLint used to have gl
1. Installation

```bash
npm install -D eslint-config-epsvue@1.1.0
npm install -D eslint-config-epsvue@1.2.1
```

2. Extend the eslint configuration
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-config-epsvue",
"version": "1.2.0",
"version": "1.2.1",
"description": "A reusable and shareable `eslint` configuration for Vue project",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit 9e603af

Please sign in to comment.