From 2728b2f025ded356954351b4422a35d4275ed16e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Dahlgren?= Date: Sun, 12 Jun 2016 15:10:21 +0200 Subject: [PATCH] Fixed launch issues on Windows --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9cd6143..1ca40cc 100644 --- a/package.json +++ b/package.json @@ -8,7 +8,7 @@ "test": "node node_modules/mocha/bin/mocha --recursive" }, "dependencies": { - "arma-server": "0.0.3", + "arma-server": "0.0.4", "async": "^0.9.0", "express": "3.x", "express-resource": "~1.0.0",