From 466d38e121b6facf3bc6796be3463eed25383367 Mon Sep 17 00:00:00 2001 From: Byron Date: Thu, 6 Jul 2023 17:36:40 +0800 Subject: [PATCH] chore: update pkg --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5a6c99d..9a979c7 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "keywords": [ "vue3", "component", - "vite" + "carousel" ], "exports": { ".": { @@ -27,6 +27,9 @@ "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", + "files": [ + "dist" + ], "scripts": { "dev": "vite", "build": "vite build",