Install new frame module in electron app package

This commit is contained in:
sixteenmillimeter 2020-04-24 14:46:05 -04:00
parent 01cac728f5
commit 55c460fbb4
2 changed files with 4 additions and 0 deletions

3
app/package-lock.json generated
View File

@ -3147,6 +3147,9 @@
"map-cache": "^0.2.2"
}
},
"frame": {
"version": "file:lib/frame"
},
"fs-constants": {
"version": "1.0.0",
"resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz",

View File

@ -59,6 +59,7 @@
"ffprobe": "file:lib/ffprobe",
"ffprobe-static": "^3.0.0",
"filmout": "file:lib/filmout",
"frame": "file:lib/frame",
"fs-extra": "^8.1.0",
"humanize-duration": "^3.21.0",
"intval": "file:lib/intval",