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": {
|
"capture-exit": {
|
||||||
"version": "1.2.0",
|
"version": "1.2.0",
|
||||||
"resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",
|
"resolved": "https://registry.npmjs.org/capture-exit/-/capture-exit-1.2.0.tgz",
|
||||||
|
|
|
@ -40,6 +40,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"arduino": "file:lib/arduino",
|
"arduino": "file:lib/arduino",
|
||||||
"async": "^2.6.1",
|
"async": "^2.6.1",
|
||||||
|
"capture": "file:lib/capture",
|
||||||
"display": "file:lib/display",
|
"display": "file:lib/display",
|
||||||
"ffmpeg": "file:lib/ffmpeg",
|
"ffmpeg": "file:lib/ffmpeg",
|
||||||
"ffprobe": "file:lib/ffprobe",
|
"ffprobe": "file:lib/ffprobe",
|
||||||
|
|
Loading…
Reference in New Issue