Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/stylelint-config-twbs-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2022-07-15 16:45:46 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-07-15 16:45:46 +0300
commitb2c57188416ba8a98022c5280327fc716ce0e28b (patch)
treee572cdf6956daea0e19c75ce1bebc7643e74af8b
parent6b3df127e72f79f530c9ec227b077b02f318d681 (diff)
5.0.0v5.0.0
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
2 files changed, 3 insertions, 3 deletions
diff --git a/package-lock.json b/package-lock.json
index 6cdc9ec..6680eff 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
{
"name": "stylelint-config-twbs-bootstrap",
- "version": "4.0.0",
+ "version": "5.0.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "stylelint-config-twbs-bootstrap",
- "version": "4.0.0",
+ "version": "5.0.0",
"license": "MIT",
"dependencies": {
"stylelint-config-recess-order": "^3.0.0",
diff --git a/package.json b/package.json
index 765cc59..0a16957 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "stylelint-config-twbs-bootstrap",
- "version": "4.0.0",
+ "version": "5.0.0",
"description": "Default stylelint config used by Bootstrap.",
"main": "index.js",
"repository": {