From d11b067386bd9dbdf6cc9d3a8741e5a2e30dcba1 Mon Sep 17 00:00:00 2001 From: Enrico Gerez Camponogara Da Silva Date: Fri, 20 Nov 2020 14:14:45 -0300 Subject: [PATCH] hofix/types When the file vue-property-decorator was renamed to index the types declarations name changed to! --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 20878e7..cd07c4d 100644 --- a/package.json +++ b/package.json @@ -32,7 +32,7 @@ "vue": "^2.6.10", "vue-class-component": "^7.2.3" }, - "typings": "./lib/vue-property-decorator.d.ts", + "typings": "./lib/index.d.ts", "dependencies": {}, "peerDependencies": { "vue": "*",