Skip to content

Commit

Permalink
Merge pull request #5 from thesis/v0.2.0
Browse files Browse the repository at this point in the history
v0.2.0

Bumping up version to 0.2.0
  • Loading branch information
michalinacienciala authored Aug 11, 2022
2 parents 9d79a30 + d07f3e1 commit e63608f
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.1.0",
"version": "0.2.0",
"description": "ESLint TypeScript shareable config for Thesis wide projects",
"main": "index.js",
"repository": "[email protected]:thesis/eslint-config.git",
Expand All @@ -14,9 +14,9 @@
"test": "eslint . --no-fix"
},
"dependencies": {
"@thesis-co/prettier-config": "github:thesis/prettier-config",
"@typescript-eslint/eslint-plugin": "^4.32.0",
"@typescript-eslint/parser": "^4.32.0",
"@thesis-co/prettier-config": "github:thesis/prettier-config",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-airbnb-typescript": "^14.0.0",
Expand Down

0 comments on commit e63608f

Please sign in to comment.