mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-05 16:42:29 +03:00
Update Stylelint and our config too
This commit is contained in:
+3
-3
@@ -58,7 +58,7 @@
|
||||
"docs-serve": "hugo server --port 9001 --disableFastRender",
|
||||
"docs-serve-only": "npx sirv-cli _site --port 9001",
|
||||
"lockfile-lint": "lockfile-lint --allowed-hosts npm --allowed-schemes https: --empty-hostname false --type npm --path package-lock.json",
|
||||
"update-deps": "ncu -u -x \"globby,jquery,karma-browserstack-launcher,sinon,stylelint\" && echo Manually update site/assets/js/vendor",
|
||||
"update-deps": "ncu -u -x \"globby,jquery,karma-browserstack-launcher,sinon\" && echo Manually update site/assets/js/vendor",
|
||||
"release": "npm-run-all dist release-sri docs-build release-zip*",
|
||||
"release-sri": "node build/generate-sri.js",
|
||||
"release-version": "node build/change-version.js",
|
||||
@@ -137,8 +137,8 @@
|
||||
"rollup": "^2.58.3",
|
||||
"shelljs": "^0.8.4",
|
||||
"sinon": "^7.5.0",
|
||||
"stylelint": "^13.13.1",
|
||||
"stylelint-config-twbs-bootstrap": "^2.2.4",
|
||||
"stylelint": "^14.1.0",
|
||||
"stylelint-config-twbs-bootstrap": "^3.0.0",
|
||||
"terser": "^5.9.0",
|
||||
"vnu-jar": "21.10.12"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user