@tslib/vue-ext
Advanced tools
Comparing version 1.0.9 to 1.0.10
{ | ||
"name": "@tslib/vue-ext", | ||
"version": "1.0.9", | ||
"version": "1.0.10", | ||
"private": false, | ||
"description": "config file loader for typescript", | ||
"main": "dist/src/vueExt.js", | ||
"main": "dist/vueExt.js", | ||
"types": "dist/vueExt.d.ts", | ||
@@ -8,0 +8,0 @@ "repository": "https://github.com/mm-ts-lib/vue-ext.git", |
@@ -119,3 +119,3 @@ import Vue, { VueConstructor } from "vue"; | ||
} | ||
}) | ||
}); | ||
@@ -122,0 +122,0 @@ /** |
26112