From 74f87eabf37451f425f7c0fcd256024e45eed243 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Wed, 13 Dec 2017 18:17:04 +0100 Subject: [PATCH] Package into single binary using nexe --- package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package.json b/package.json index de8993e..4898255 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "install-windows-service": "winser -i -a -c", "uninstall-windows-service": "winser -r -x -c", "lint": "standard --verbose lib/**/*.js routes/**/*.js test/**/*.js app.js", + "nexe": "nexe app.js", "start": "node app.js", "test": "node node_modules/mocha/bin/mocha --recursive" }, @@ -37,6 +38,7 @@ }, "devDependencies": { "mocha": "~3.2.0", + "nexe": "^2.0.0-rc.22", "should": "~13.0.1", "standard": "^10.0.3", "timekeeper": "0.0.5"