Browse Source

update package.json

Yuki Takei 2 years ago
parent
commit
efb889f82e
1 changed files with 3 additions and 0 deletions
  1. 3 0
      packages/pluginkit/package.json

+ 3 - 0
packages/pluginkit/package.json

@@ -6,6 +6,9 @@
   "module": "dist/index.js",
   "types": "dist/index.d.ts",
   "type": "module",
+  "files": [
+    "dist"
+  ],
   "scripts": {
     "build": "vite build",
     "clean": "shx rm -rf dist",