From 89f0f8c2d50ec1fbd7492a60caf22a232f87a1db Mon Sep 17 00:00:00 2001 From: Malachi Soord Date: Tue, 20 Feb 2024 20:49:56 +0100 Subject: [PATCH] 2.0.0 --- 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 37723a9..882b248 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@web-scrobbler/stylelint-config", - "version": "1.0.1", + "version": "2.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@web-scrobbler/stylelint-config", - "version": "1.0.1", + "version": "2.0.0", "license": "MIT", "dependencies": { "stylelint-order": "6.0.4" diff --git a/package.json b/package.json index c8770bd..b651f4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@web-scrobbler/stylelint-config", - "version": "1.0.1", + "version": "2.0.0", "author": "Alexey ", "description": "Stylelint configuration file for Web Scrobbler projects", "license": "MIT",