npm run upgrade
Signed-off-by: Alexander Borsuk <me@alex.bio>
This commit is contained in:
parent
1fc87c2cb8
commit
43eeb16b6a
2 changed files with 837 additions and 249 deletions
1076
package-lock.json
generated
1076
package-lock.json
generated
File diff suppressed because it is too large
Load diff
10
package.json
10
package.json
|
@ -7,15 +7,15 @@
|
|||
"doc": "docs"
|
||||
},
|
||||
"devDependencies": {
|
||||
"js-beautify": "^1.14.9",
|
||||
"js-beautify": "^1.14.11",
|
||||
"node-html-markdown": "^1.3.0",
|
||||
"node-html-parser": "^6.1.10",
|
||||
"postcss-scss": "^4.0.8",
|
||||
"node-html-parser": "^6.1.11",
|
||||
"postcss-scss": "^4.0.9",
|
||||
"prettier": "^3.0.3",
|
||||
"stylelint": "^15.10.3",
|
||||
"stylelint": "^15.11.0",
|
||||
"stylelint-config-recommended": "^13.0.0",
|
||||
"stylelint-config-standard": "^34.0.0",
|
||||
"stylelint-scss": "^5.2.1"
|
||||
"stylelint-scss": "^5.3.1"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "stylelint --fix ./sass/*.scss && prettier --write *.md content/**/*.md && js-beautify -r templates/base.html",
|
||||
|
|
Loading…
Add table
Reference in a new issue