From 6adf3c82c361997a9e338ddf106f7341075dc5c3 Mon Sep 17 00:00:00 2001 From: calebboyd Date: Mon, 17 Jul 2017 09:38:40 -0500 Subject: [PATCH] chore: update fusebox example version --- examples/native-build/package.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/native-build/package.json b/examples/native-build/package.json index 23b53e6..031dbc0 100644 --- a/examples/native-build/package.json +++ b/examples/native-build/package.json @@ -5,12 +5,14 @@ "main": "index.js", "scripts": { "bundle": "node build", - "build": "nexe -i app.js -o app.exe" + "build-windows": "nexe -i app.js -o app.exe" }, "author": "", "license": "ISC", "dependencies": { - "fuse-box": "^2.2.0", "zmq": "^2.15.3" + }, + "devDependencies": { + "fuse-box": "^2.2.1-beta.7" } }