From e0f847f550e03679a0a46db0051c8058b8a95c0c Mon Sep 17 00:00:00 2001 From: Tony Air Date: Sun, 20 Oct 2019 06:50:44 +0700 Subject: [PATCH] Package name update --- package.json | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/package.json b/package.json index 64bb758..62f611e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "ss-webpack-boilerplate", + "name": "ss-bootstrap-ui-webpack-boilerplate", "version": "1.0.0", "author": "Tony Air ", "license": "MIT", @@ -115,8 +115,7 @@ "block-no-empty": null, "color-no-invalid-hex": true, "comment-empty-line-before": [ - "always", - { + "always", { "ignore": [ "stylelint-commands", "after-comment" @@ -125,8 +124,7 @@ ], "declaration-colon-space-after": "always", "indentation": [ - 4, - { + 4, { "except": [ "value" ] @@ -134,8 +132,7 @@ ], "max-empty-lines": 2, "rule-empty-line-before": [ - "always", - { + "always", { "except": [ "first-nested" ],