feat: tc-comment code样式

This commit is contained in:
theajack 2021-01-28 02:18:28 +08:00
parent 54227e9653
commit 642372c79a
2 changed files with 8 additions and 8 deletions

14
package-lock.json generated
View File

@ -12553,9 +12553,9 @@
"dev": true "dev": true
}, },
"tc-comment": { "tc-comment": {
"version": "0.0.7", "version": "0.0.8",
"resolved": "https://registry.npm.taobao.org/tc-comment/download/tc-comment-0.0.7.tgz?cache=0&sync_timestamp=1611770822230&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Ftc-comment%2Fdownload%2Ftc-comment-0.0.7.tgz", "resolved": "https://registry.npm.taobao.org/tc-comment/download/tc-comment-0.0.8.tgz",
"integrity": "sha1-TtxxdOhPvg0bq5b6fnZc7zy7kPo=", "integrity": "sha1-e4K9lEKEo4/VVWBc8F/rEfxUujk=",
"dev": true "dev": true
}, },
"term-size": { "term-size": {
@ -13773,12 +13773,12 @@
} }
}, },
"vuepress-plugin-tc-comment": { "vuepress-plugin-tc-comment": {
"version": "0.0.4", "version": "0.0.5",
"resolved": "https://registry.npm.taobao.org/vuepress-plugin-tc-comment/download/vuepress-plugin-tc-comment-0.0.4.tgz?cache=0&sync_timestamp=1611770832247&other_urls=https%3A%2F%2Fregistry.npm.taobao.org%2Fvuepress-plugin-tc-comment%2Fdownload%2Fvuepress-plugin-tc-comment-0.0.4.tgz", "resolved": "https://registry.npm.taobao.org/vuepress-plugin-tc-comment/download/vuepress-plugin-tc-comment-0.0.5.tgz",
"integrity": "sha1-4gQqXeUJs8yFjhIG6EY0MOYhxqY=", "integrity": "sha1-aw44zgboHddxodrP8Xr8osx/mwY=",
"dev": true, "dev": true,
"requires": { "requires": {
"tc-comment": "^0.0.7" "tc-comment": "^0.0.8"
} }
}, },
"watchpack": { "watchpack": {

View File

@ -58,7 +58,7 @@
"vue": "^2.5.2", "vue": "^2.5.2",
"vue-highlight.js": "^2.2.0", "vue-highlight.js": "^2.2.0",
"vuepress": "^1.0.2", "vuepress": "^1.0.2",
"vuepress-plugin-tc-comment": "0.0.4", "vuepress-plugin-tc-comment": "0.0.5",
"webpack": "^4.39.1", "webpack": "^4.39.1",
"webpack-cli": "^3.3.6", "webpack-cli": "^3.3.6",
"webpack-dev-server": "^3.7.2" "webpack-dev-server": "^3.7.2"