From aeb850f4fbfd53aea5a1d93b3cd40ee4bae9ee83 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Fri, 29 Dec 2017 09:51:38 -0400 Subject: [PATCH] chore: declare Concourse dependencies in package.json (#1938) Resin Concourse will make sure to provide these during build time. Signed-off-by: Juan Cruz Viotti --- package.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/package.json b/package.json index f23684bf..b802bf0c 100644 --- a/package.json +++ b/package.json @@ -35,6 +35,15 @@ "7zip-bin-win", "7zip-bin-linux" ], + "concourse": { + "dependencies": { + "linux": [ + "libudev-dev", + "libusb-1.0-0-dev", + "libyaml-dev" + ] + } + }, "dependencies": { "angular": "1.6.3", "angular-if-state": "1.0.0",