From 4567f4fd7046c4f3a57ad56b005205dc3d1571fe Mon Sep 17 00:00:00 2001 From: Darren Cadwallader Date: Mon, 31 Jan 2022 12:19:53 +0100 Subject: [PATCH] Bump version number (#38) --- linting/stylelint-config-bitcrowd/package-lock.json | 4 ++-- linting/stylelint-config-bitcrowd/package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/linting/stylelint-config-bitcrowd/package-lock.json b/linting/stylelint-config-bitcrowd/package-lock.json index adf8739..19ee4c9 100644 --- a/linting/stylelint-config-bitcrowd/package-lock.json +++ b/linting/stylelint-config-bitcrowd/package-lock.json @@ -1,12 +1,12 @@ { "name": "stylelint-config-bitcrowd", - "version": "5.0.1", + "version": "5.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "stylelint-config-bitcrowd", - "version": "5.0.1", + "version": "5.1.0", "license": "ISC", "dependencies": { "stylelint-config-prettier": "^9.0.3", diff --git a/linting/stylelint-config-bitcrowd/package.json b/linting/stylelint-config-bitcrowd/package.json index 1b0dfc4..2582d67 100644 --- a/linting/stylelint-config-bitcrowd/package.json +++ b/linting/stylelint-config-bitcrowd/package.json @@ -1,6 +1,6 @@ { "name": "stylelint-config-bitcrowd", - "version": "5.0.1", + "version": "5.1.0", "description": "Bitcrowd stylelint config", "main": "index.js", "scripts": {