diff --git a/package-lock.json b/package-lock.json index a6fc556..7f64ca1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "nexe", - "version": "3.2.0", + "version": "3.2.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 644cb11..69ff815 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.2.1", + "version": "3.2.2", "contributors": [ "Craig Condon (http://crcn.io)", "Jared Allard ", diff --git a/src/options.ts b/src/options.ts index 4b95021..a995f97 100644 --- a/src/options.ts +++ b/src/options.ts @@ -80,7 +80,7 @@ const alias = { b: 'build', n: 'name', r: 'resource', - a: 'resource', + a: 'asset', p: 'python', f: 'flag', c: 'configure',