Install local capture module to package.
This commit is contained in:
parent
12e09f04aa
commit
2dbed1215d
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue