Require Express 4.X to prevent parse error
This commit is contained in:
parent
4d968756fa
commit
aa1710b5b4
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue