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 <jv@jviotti.com>
This commit is contained in:
Juan Cruz Viotti 2017-12-29 09:51:38 -04:00 committed by GitHub
parent 3537848d3d
commit aeb850f4fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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",