From da97f12557ac7f1a46c876be43fc81aef7495982 Mon Sep 17 00:00:00 2001 From: Arve Seljebu Date: Sat, 21 Oct 2017 11:27:24 +0200 Subject: [PATCH] do not depend on feathers feathers is not a direct dependency, as it's passed on as a parameter to the plugin. --- package.json | 1 - 1 file changed, 1 deletion(-) diff --git a/package.json b/package.json index 725ee92..ca170e7 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,6 @@ }, "homepage": "https://github.com/sunabozu/vue-feathers#readme", "dependencies": { - "feathers": "*" }, "devDependencies": {} }