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",