fix: update vetur dir (#2261)

This commit is contained in:
张帅 2018-12-11 09:31:55 +08:00 committed by neverland
parent abee937da9
commit cac7e0beff
4 changed files with 11 additions and 9 deletions

1
.gitignore vendored
View File

@ -16,3 +16,4 @@ docs/dist
changelog.generated.md
test/coverage
packages/icon/svg
vetur

View File

@ -10,7 +10,7 @@ const markdownVetur = require('markdown-vetur');
const esDir = path.join(__dirname, '../es');
const libDir = path.join(__dirname, '../lib');
const srcDir = path.join(__dirname, '../packages');
const distDir = path.join(__dirname, '../dist');
const veturDir = path.join(__dirname, '../vetur');
const compilerOption = {
babel: {
configFile: path.join(__dirname, '../babel.config.js')
@ -76,5 +76,5 @@ markdownVetur.parseAndWrite({
path: srcDir,
test: /zh-CN\.md/,
tagPrefix: 'van-',
outputDir: distDir
outputDir: veturDir
});

View File

@ -10,7 +10,8 @@
"es",
"lib",
"packages",
"types"
"types",
"vetur"
],
"scripts": {
"bootstrap": "yarn || npm i",
@ -99,7 +100,7 @@
"less": "^3.8.1",
"less-loader": "^4.1.0",
"lint-staged": "^8.1.0",
"markdown-vetur": "0.0.2",
"markdown-vetur": "0.0.5",
"md5-file": "^4.0.0",
"postcss": "^7.0.6",
"postcss-loader": "^3.0.0",
@ -126,7 +127,7 @@
"webpack-serve": "^2.0.3"
},
"vetur": {
"tags": "dist/tags.json",
"attributes": "dist/attributes.json"
"tags": "vetur/tags.json",
"attributes": "vetur/attributes.json"
}
}

View File

@ -6237,9 +6237,9 @@ markdown-table@^1.1.0:
version "1.1.2"
resolved "https://registry.yarnpkg.com/markdown-table/-/markdown-table-1.1.2.tgz#c78db948fa879903a41bce522e3b96f801c63786"
markdown-vetur@0.0.2:
version "0.0.2"
resolved "https://registry.yarnpkg.com/markdown-vetur/-/markdown-vetur-0.0.2.tgz#1a05901a8e501171ebd625ae5cfaaaac05a66e3f"
markdown-vetur@0.0.5:
version "0.0.5"
resolved "https://registry.yarnpkg.com/markdown-vetur/-/markdown-vetur-0.0.5.tgz#293e23e21e2bd937b3e61dd848bccea8bfc6f27f"
matcher@^1.0.0:
version "1.1.1"