Skip to content

Commit bf85f13

Browse files
committed
Release 0.6.1 with fixed TS parser dependency
This was set incorrectly to =6.4.1 instead of >=6.4.1.
1 parent 73d3a81 commit bf85f13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@thesis-co/eslint-config",
3-
"version": "0.7.0-pre",
3+
"version": "0.6.1",
44
"description": "ESLint TypeScript shareable config for Thesis wide projects",
55
"main": "index.js",
66
"repository": "[email protected]:thesis/eslint-config.git",
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@thesis-co/prettier-config": "github:thesis/prettier-config",
1818
"@typescript-eslint/eslint-plugin": ">=6.4.1",
19-
"@typescript-eslint/parser": "=6.4.1",
19+
"@typescript-eslint/parser": ">=6.4.1",
2020
"eslint-config-airbnb-base": "^15.0.0",
2121
"eslint-config-airbnb": "^19.0.4",
2222
"eslint-config-airbnb-typescript": "^17.1.0",

0 commit comments

Comments
 (0)