Install new frame module in electron app package
This commit is contained in:
parent
01cac728f5
commit
55c460fbb4
|
@ -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",
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue