chore: fix typo in @vant/cli

This commit is contained in:
陈嘉涵
2019-08-24 09:45:41 +08:00
parent 8ee74beab2
commit 63d21240e7
4 changed files with 7 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@vant/cli",
"version": "1.0.3",
"version": "1.0.4",
"description": "vant cli tools",
"main": "./src/index.js",
"bin": {

View File

@@ -15,7 +15,7 @@ function changelog(dist, cmd) {
--issues-label "**Issue**" \
--pr-label "**Improvements**" \
--max-issues 0 \
--no-author
--no-author \
--no-unreleased \
--since-tag ${tag} \
-o ${path.join(basepath, dist)}