diff --git a/package-lock.json b/package-lock.json index 948451d..3bac1e1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nexe", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index eeb98c6..6fa6836 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nexe", "description": "Create a single executable out of your Node.js application", "license": "MIT", - "version": "3.0.1", + "version": "3.0.2", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", diff --git a/src/steps/cli.ts b/src/steps/cli.ts index 12e0a43..17ed88e 100644 --- a/src/steps/cli.ts +++ b/src/steps/cli.ts @@ -41,7 +41,11 @@ export default async function cli(compiler: NexeCompiler, next: () => Promise