From f3211dbb343cc6e3464aa954292de02f90c5c2a4 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Fri, 14 Feb 2020 11:58:34 +0100 Subject: [PATCH] fix: types in package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index f64a64b0..b1a7c47b 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "browser": "dist/vue-router.esm.js", "unpkg": "dist/vue-router.js", "module": "dist/vue-router.esm-bundler.js", - "types": "dist/index.d.ts", + "types": "dist/src/index.d.ts", "sideEffects": false, "license": "MIT", "files": [ -- 2.47.3