diff --git a/.lintstagedrc b/.lintstagedrc index 83a6632..657ed53 100644 --- a/.lintstagedrc +++ b/.lintstagedrc @@ -1,3 +1,3 @@ { - "*": "npm run lint:fix" + "*.{ts,tsx}": "npm run lint:fix" } diff --git a/package.json b/package.json index ad70599..e9f6e5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "searchengineswitcher", - "version": "2.0.0", + "version": "2.1.1", "description": "Helps you switch between search engines quickly and easily.", "private": true, "repository": "https://github.com/StasJS/SearchEngineSwitcher.git",