From 62a2cbebc62946628bdeb8b8bcb5cd559e612c3d Mon Sep 17 00:00:00 2001 From: BlackBerry009 <765042894@qq.com> Date: Sun, 19 Mar 2023 17:22:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20includes=20template=20&?= =?UTF-8?q?=20lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/init.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index cabf1da..2f34a3b 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ ], "files": [ "index.js", - "template", + "templates", "dist" ], "scripts": { diff --git a/src/init.ts b/src/init.ts index a68065e..69ec93e 100644 --- a/src/init.ts +++ b/src/init.ts @@ -23,10 +23,11 @@ export const main = async () => { }), framework: () => p.select({ - message: `Which framework do you want to use?`, + message: `Which feature do you want to use?`, options: [ { value: 'react-ts', label: 'React' }, { value: 'vue-ts', label: 'Vue' }, + { value: 'lib', label: 'lib' }, ], }), },