2
1
mirror of https://github.com/Thream/socketio-jwt.git synced 2024-07-12 13:50:12 +02:00

build(deps-dev): bump markdownlint-cli from 0.26.0 to 0.27.0 (#55)

This commit is contained in:
dependabot[bot] 2021-03-02 11:44:26 +01:00 committed by GitHub
parent f9678604cc
commit 5a02e25f86
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@
},
"scripts": {
"build": "rimraf ./build && tsc",
"markdownlint": "markdownlint '**/*.md' --ignore node_modules",
"markdownlint": "markdownlint '**/*.md' --dot --ignore node_modules",
"lint": "ts-standard | snazzy",
"format": "ts-standard --fix | snazzy",
"release": "release-it",
@ -100,7 +100,7 @@
"express": "4.17.1",
"husky": "5.1.3",
"jest": "26.6.3",
"markdownlint-cli": "0.26.0",
"markdownlint-cli": "0.27.0",
"pinst": "2.1.6",
"release-it": "14.4.1",
"rimraf": "3.0.2",