Package name update

This commit is contained in:
Tony Air 2019-10-20 06:50:44 +07:00
parent 17bd160574
commit e0f847f550

View File

@ -1,5 +1,5 @@
{ {
"name": "ss-webpack-boilerplate", "name": "ss-bootstrap-ui-webpack-boilerplate",
"version": "1.0.0", "version": "1.0.0",
"author": "Tony Air <tony@twma.pro>", "author": "Tony Air <tony@twma.pro>",
"license": "MIT", "license": "MIT",
@ -115,8 +115,7 @@
"block-no-empty": null, "block-no-empty": null,
"color-no-invalid-hex": true, "color-no-invalid-hex": true,
"comment-empty-line-before": [ "comment-empty-line-before": [
"always", "always", {
{
"ignore": [ "ignore": [
"stylelint-commands", "stylelint-commands",
"after-comment" "after-comment"
@ -125,8 +124,7 @@
], ],
"declaration-colon-space-after": "always", "declaration-colon-space-after": "always",
"indentation": [ "indentation": [
4, 4, {
{
"except": [ "except": [
"value" "value"
] ]
@ -134,8 +132,7 @@
], ],
"max-empty-lines": 2, "max-empty-lines": 2,
"rule-empty-line-before": [ "rule-empty-line-before": [
"always", "always", {
{
"except": [ "except": [
"first-nested" "first-nested"
], ],