From 95796dd55607e8793e0ae2ab313058d8fcf6c3e4 Mon Sep 17 00:00:00 2001 From: Geoff Doty Date: Tue, 1 Jan 2019 12:48:49 -0500 Subject: [PATCH] fix frontend dependencies target path --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 788b5b4..9ac23ab 100644 --- a/package.json +++ b/package.json @@ -35,7 +35,7 @@ "frontend-dependencies": "^1.1.5" }, "frontendDependencies": { - "target": "src/public/vendor/", + "target": "app/vendor/", "packages": { "riot": { "version": "3.13.2",