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>2019-01-10 10:35:58 +0300
committerXhmikosR <xhmikosr@gmail.com>2019-01-10 10:35:58 +0300
commitef104ea2a7810f4404e478653f0225fd4296cce4 (patch)
treed1a2cc4f5dccf390f34612c57ded029d7bd3aa0b /README.md
parent044b3c3680bce00b375f72318692b25632e87be8 (diff)
Rename npm package to `stylelint-config-twbs-bootstrap`.
`stylelint-config-bootstrap` already exists and we can't start from a clean state so the only solution is to create a new package and deprecate the old one.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 695eb42..1bc2eac 100644
--- a/README.md
+++ b/README.md
@@ -5,9 +5,9 @@ Default stylelint config used by Bootstrap.
## Installation
```bash
-npm install stylelint-config-bootstrap --save-dev
+npm install stylelint-config-twbs-bootstrap --save-dev
# Or with yarn:
-yarn add stylelint-config-bootstrap --dev
+yarn add stylelint-config-twbs-bootstrap --dev
```
## Usage