Sfoglia il codice sorgente

fix(types): add missing `logger.d.ts` file to the package (#1789)

Kia King Ishii 5 anni fa
parent
commit
a477334b90
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -12,6 +12,7 @@
     "dist",
     "types/index.d.ts",
     "types/helpers.d.ts",
+    "types/logger.d.ts",
     "types/vue.d.ts"
   ],
   "scripts": {