Use latest node version with nexe and add lcok file

This commit is contained in:
M McWilliams 2017-10-11 13:58:37 -07:00
parent 57255405b5
commit c65f08d86c
2 changed files with 13 additions and 8 deletions

5
package-lock.json generated Normal file
View File

@ -0,0 +1,5 @@
{
"name": "v2f",
"version": "1.0.0",
"lockfileVersion": 1
}

View File

@ -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"
}
}
}