chore: update fusebox example version

This commit is contained in:
calebboyd
2017-07-17 09:38:40 -05:00
parent 73af22cc92
commit 6adf3c82c3
+4 -2
View File
@@ -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"
}
}