From 1d358490b3c5419229727325f0e795e9fc400f99 Mon Sep 17 00:00:00 2001 From: Doma Date: Mon, 7 Dec 2020 18:01:16 +0800 Subject: [PATCH] chore(npm): add next dist-tag to release script --- README.md | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 52d44e8..91bc4a9 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ This `master` branch is for latest `v4.x` version which is under development. Fo ## Install ```bash -npm i --save @rsuite/charts echarts -npm i --save echarts #可选择安装需要的 echarts 版本 +npm i --save @rsuite/charts@next +npm i --save echarts ``` ## Usage diff --git a/package.json b/package.json index c947918..8166923 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,7 @@ "prepages": "npm run docs", "pages": "npm run publish-docs", "prepublishOnly": "npm run build", - "release": "npm publish --access public", + "release": "npm publish --access public --tag next", "lint": "eslint src *.js", "tdd": "karma start", "test": "npm run format:check && npm run lint && NODE_ENV=test karma start --single-run",