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": {
@ -13,7 +13,7 @@
"runtime": {
"ignoreFlags": true,
"framework": "nodejs",
"version" : "5.0.0"
"version": "8.6.0"
}
}
}