From aa1710b5b42c88fa3ec09a9050f9d3c8f12d5516 Mon Sep 17 00:00:00 2001 From: Brad Metcalf Date: Tue, 31 Mar 2015 17:30:50 -0500 Subject: [PATCH] Require Express 4.X to prevent parse error --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1ffe0df..e1067ef 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Allows you to run PHP within node-webkit.", "version": "0.0.1", "dependencies":{ - "express":"*" + "express":"4.*.*" }, "scripts": { "test": "./node_modules/gulp/bin/gulp.js test" @@ -29,4 +29,4 @@ "toolbar": false, "position": "center" } -} \ No newline at end of file +}