mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
Add pg
as dependency and update node version
One of the dependencies seemed to be broken with the previous node version, but this node version worked perfectly
This commit is contained in:
parent
05cb051bc8
commit
e93f98112b
1 changed files with 3 additions and 2 deletions
|
@ -19,7 +19,8 @@
|
||||||
"redis-url": "0.1.0",
|
"redis-url": "0.1.0",
|
||||||
"redis": "0.8.1",
|
"redis": "0.8.1",
|
||||||
"uglify-js": "1.3.3",
|
"uglify-js": "1.3.3",
|
||||||
"busboy": "0.2.4"
|
"busboy": "0.2.4",
|
||||||
|
"pg": "4.1.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"mocha": "*",
|
"mocha": "*",
|
||||||
|
@ -27,7 +28,7 @@
|
||||||
},
|
},
|
||||||
"bundledDependencies": [],
|
"bundledDependencies": [],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": "0.8.10",
|
"node": "0.10.35",
|
||||||
"npm": "1.1.49"
|
"npm": "1.1.49"
|
||||||
},
|
},
|
||||||
"bin": {
|
"bin": {
|
||||||
|
|
Loading…
Reference in a new issue