Require Express 4.X to prevent parse error

This commit is contained in:
Brad Metcalf 2015-03-31 17:30:50 -05:00
commit aa1710b5b4

View file

@ -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"
}
}
}