]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: add peer dep
authorEduardo San Martin Morote <posva13@gmail.com>
Sun, 16 Feb 2020 22:55:47 +0000 (23:55 +0100)
committerEduardo San Martin Morote <posva13@gmail.com>
Sun, 16 Feb 2020 22:55:47 +0000 (23:55 +0100)
package.json

index f0f6a8e1f43dedcac7e3a5179a3cfd6e3f58f440..11b0b8d26dbc7ba121dbf206fac9c5fd8cd601fd 100644 (file)
@@ -25,6 +25,9 @@
     "test": "yarn run test:types && yarn run test:unit && yarn build",
     "prepublishOnly": "yarn run build"
   },
+  "peerDependencies": {
+    "vue": "^3.0.0-alpha.4"
+  },
   "devDependencies": {
     "@rollup/plugin-alias": "^3.0.1",
     "@rollup/plugin-node-resolve": "^7.1.1",