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
|
||||
}
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue