From fe5aa0be0941183dbcce40ec7932916924b5d07b Mon Sep 17 00:00:00 2001 From: calebboyd Date: Fri, 29 Sep 2017 23:16:09 -0500 Subject: [PATCH] fix: dequote --- package.json | 2 +- src/steps/cli.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1c202a4..0cf0360 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": "2.0.0-rc.10", + "version": "2.0.0-rc.11", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", diff --git a/src/steps/cli.ts b/src/steps/cli.ts index 471038d..423ed11 100644 --- a/src/steps/cli.ts +++ b/src/steps/cli.ts @@ -39,7 +39,7 @@ export default async function cli(compiler: NexeCompiler, next: () => Promise