From 4d8a1849e8ccc31d6011b1f1c7613edf6b2bf24c Mon Sep 17 00:00:00 2001 From: Jared Allard Date: Fri, 29 Jan 2016 11:21:14 -0800 Subject: [PATCH] npm: try to fix bin/nexe not being included in npm --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3724326..24fc6a7 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "name": "nexe", "description": "create single executables out of your [node/io].js applications", "license": "MIT", - "version": "1.0.7", + "version": "1.0.8", "contributors": [ { "name": "Criag Condon",