From 3a408428ec19a6be9bd31d0b951a03f773d93cfd Mon Sep 17 00:00:00 2001 From: afeiship <1290657123@qq.com> Date: Tue, 24 Nov 2020 09:41:37 +0800 Subject: [PATCH] Release 1.0.1 --- package.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index ae37405..8619750 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,19 @@ { "name": "@jswork/ushell-module-ab", - "version": "1.0.0", + "version": "1.0.1", "description": "Ushell module for apache ab.", "main": "index.sh", "repository": { "type": "git", "url": "git+https://github.com/afeiship/ushell-module-ab.git" }, - "keywords": [], + "keywords": [ + "ushell", + "module", + "ab", + "ab-test", + "apache" + ], "license": "MIT", "bugs": { "url": "https://github.com/afeiship/ushell-module-ab/issues" @@ -23,4 +29,4 @@ "devDependencies": { "release-it": "^14.2.1" } -} \ No newline at end of file +}