From af5276fe530b3980179283272c92648eeca5f87a Mon Sep 17 00:00:00 2001 From: david-vaclavek Date: Wed, 18 Dec 2024 17:19:20 +0100 Subject: [PATCH] 1.1.2 --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 33a27a8..60a0d1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "eslint-plugin-paths-dv", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "eslint-plugin-paths-dv", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "dependencies": { "comment-json": "^4.2.3" diff --git a/package.json b/package.json index 94745f9..b993f9e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "eslint-plugin-paths-dv", "description": "This is a fork of https://github.com/vitonsky/eslint-plugin-paths, with ESLint 7 support. A plugin for ESLint, to force use paths aliases from tsconfig.", - "version": "1.1.1", + "version": "1.1.2", "license": "Apache-2.0", "keywords": ["eslint", "eslintplugin"], "author": "David Václavek ",