Преглед изворни кода

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

Kia King Ishii пре 5 година
родитељ
комит
a477334b90
1 измењених фајлова са 1 додато и 0 уклоњено
  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": {