Install local capture module to package.

This commit is contained in:
mmcwilliams 2019-02-08 13:15:22 -05:00
parent 12e09f04aa
commit 2dbed1215d
2 changed files with 4 additions and 0 deletions

3
app/package-lock.json generated
View File

@ -804,6 +804,9 @@
}
}
},
"capture": {
"version": "file:lib/capture"
},
"capture-exit": {
"version": "1.2.0",
"resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",

View File

@ -40,6 +40,7 @@
"dependencies": {
"arduino": "file:lib/arduino",
"async": "^2.6.1",
"capture": "file:lib/capture",
"display": "file:lib/display",
"ffmpeg": "file:lib/ffmpeg",
"ffprobe": "file:lib/ffprobe",