From 16f907d86ab45cc2a24c9bc15e43f12e332600ce Mon Sep 17 00:00:00 2001 From: Victor 'Git Me Some Whiskey' Nazareth Date: Tue, 11 Feb 2020 12:53:11 -0800 Subject: [PATCH] chore(release): v2.2.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 4e2c669..465d27c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-ebates", - "version": "2.2.1", + "version": "2.2.2", "description": "Ebates's base JS ESLint config for consistent coding style.", "main": "index.js", "keywords": [ @@ -25,8 +25,8 @@ "eslint-plugin-import": "^2.18.2" }, "optionalDependencies": { - "@typescript-eslint/parser": "^2.19.0", "@typescript-eslint/eslint-plugin": "^2.19.0", + "@typescript-eslint/parser": "^2.19.0", "eslint-config-airbnb": "^18.0.1", "eslint-plugin-flowtype": "^4.3.0", "eslint-plugin-jsx-a11y": "^6.2.3",