]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
fix: types in package.json
authorEduardo San Martin Morote <posva13@gmail.com>
Fri, 14 Feb 2020 10:58:34 +0000 (11:58 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Fri, 14 Feb 2020 10:58:34 +0000 (11:58 +0100)
package.json

index f64a64b08e647e55436c84cc6329076d892abb75..b1a7c47b27f2f06a732e20cf834dd2ae42248aa9 100644 (file)
@@ -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": [