diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..c529078 --- /dev/null +++ b/package-lock.json @@ -0,0 +1,5 @@ +{ + "name": "v2f", + "version": "1.0.0", + "lockfileVersion": 1 +} diff --git a/package.json b/package.json index d57d4d2..f221e0c 100644 --- a/package.json +++ b/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" + } } }