From 981fb3e7442696e8e87e1958d322d8f7497274a8 Mon Sep 17 00:00:00 2001 From: Christoph Reiter <reiter.christoph@gmail.com> Date: Wed, 1 Jul 2020 15:53:08 +0200 Subject: [PATCH] notification: fix internal dependencies --- packages/notification/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/notification/package.json b/packages/notification/package.json index 6f6872ca..d1ceb2dc 100644 --- a/packages/notification/package.json +++ b/packages/notification/package.json @@ -23,7 +23,7 @@ "rollup-plugin-json": "^4.0.0", "rollup-plugin-url": "^2.2.2", "i18next-scanner": "^2.10.2", - "vpu-common": "file:./vendor/common" + "vpu-common": "^1.0.0" }, "dependencies": { "@open-wc/scoped-elements": "^1.0.8", -- GitLab