From 2e94062b905606f179d07363f972e89cf2eda8ca Mon Sep 17 00:00:00 2001 From: Pat Gaffney Date: Tue, 15 Dec 2020 21:18:45 -0600 Subject: [PATCH] Production Release: 4.4.0 --- package-lock.json | 2 +- package.json | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index b39bba2..b59ce13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { "name": "eslint-config-pat", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 1 } diff --git a/package.json b/package.json index a7b462e..ab27451 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "eslint-config-pat", - "version": "4.3.0", + "version": "4.4.0", "description": "Pat-specific ESLint config. Same great taste, same low price.", "main": "index.js", "scripts": { @@ -28,5 +28,10 @@ "eslint-plugin-mocha": ">=8.0.0", "eslint-plugin-node": ">=11.1.0", "eslint-plugin-react": ">=7.21.0" + }, + "dependencies": { + "eslint-plugin-mocha": ">=8.0.0", + "eslint-plugin-node": ">=11.1.0", + "eslint-plugin-react": ">=7.21.0" } }