Use latest node version with nexe and add lcok file
This commit is contained in:
parent
57255405b5
commit
c65f08d86c
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "v2f",
|
||||
"version": "1.0.0",
|
||||
"lockfileVersion": 1
|
||||
}
|
16
package.json
16
package.json
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "v2f",
|
||||
"version": "1.0.0",
|
||||
"version": "1.0.1",
|
||||
"description": "Turn a video into strips of precise 16mm-size stills",
|
||||
"main": "v2f.js",
|
||||
"scripts": {
|
||||
|
@ -8,12 +8,12 @@
|
|||
},
|
||||
"author": "mmcwilliams",
|
||||
"license": "MIT",
|
||||
"nexe" : {
|
||||
"output" : "../video_to_page_nexe/v2f",
|
||||
"runtime": {
|
||||
"ignoreFlags": true,
|
||||
"framework" : "nodejs",
|
||||
"version" : "5.0.0"
|
||||
}
|
||||
"nexe": {
|
||||
"output": "../video_to_page_nexe/v2f",
|
||||
"runtime": {
|
||||
"ignoreFlags": true,
|
||||
"framework": "nodejs",
|
||||
"version": "8.6.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue