Skip to content

Commit

Permalink
Release 0.6.1 with fixed TS parser dependency
Browse files Browse the repository at this point in the history
This was set incorrectly to =6.4.1 instead of >=6.4.1.
  • Loading branch information
Shadowfiend committed Aug 28, 2023
1 parent 73d3a81 commit bf85f13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@thesis-co/eslint-config",
"version": "0.7.0-pre",
"version": "0.6.1",
"description": "ESLint TypeScript shareable config for Thesis wide projects",
"main": "index.js",
"repository": "git@github.com:thesis/eslint-config.git",
Expand All @@ -16,7 +16,7 @@
"dependencies": {
"@thesis-co/prettier-config": "github:thesis/prettier-config",
"@typescript-eslint/eslint-plugin": ">=6.4.1",
"@typescript-eslint/parser": "=6.4.1",
"@typescript-eslint/parser": ">=6.4.1",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.1.0",
Expand Down

0 comments on commit bf85f13

Please sign in to comment.