From 220bbc5333f6ebe591f29854d155f1f9664c37fc Mon Sep 17 00:00:00 2001 From: fxy060608 Date: Thu, 26 Dec 2019 16:52:35 +0800 Subject: [PATCH] chore(cli): uni-cli-shared --- packages/uni-cli-shared/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/uni-cli-shared/package.json b/packages/uni-cli-shared/package.json index e7ee49711..c101b8330 100644 --- a/packages/uni-cli-shared/package.json +++ b/packages/uni-cli-shared/package.json @@ -10,7 +10,8 @@ }, "files": [ "lib", - "template" + "template", + "components" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" -- GitLab