From ef104ea2a7810f4404e478653f0225fd4296cce4 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Thu, 10 Jan 2019 09:35:58 +0200 Subject: 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. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3