diff --git a/.gitignore b/.gitignore index c39a9dd2c..02dbd8c87 100644 --- a/.gitignore +++ b/.gitignore @@ -16,3 +16,4 @@ docs/dist changelog.generated.md test/coverage packages/icon/svg +vetur diff --git a/build/build-components.js b/build/build-components.js index 3168b857a..05cb8b001 100644 --- a/build/build-components.js +++ b/build/build-components.js @@ -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 }); diff --git a/package.json b/package.json index afb33fa60..986e2e001 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/yarn.lock b/yarn.lock index 5205666a8..d524da514 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"