fixed versions
This commit is contained in:
parent
d280fb9af3
commit
63a761bbc0
2 changed files with 38 additions and 38 deletions
|
|
@ -7,15 +7,15 @@
|
|||
"start": "node example.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"cookie-parser": "^1.0.1",
|
||||
"debug": "^2.2.0",
|
||||
"cookie-parser": "1.0.1",
|
||||
"debug": "2.2.0",
|
||||
"express-winston": "0.3.1",
|
||||
"static-favicon": "~1.0.0",
|
||||
"winston": "~0.7.3",
|
||||
"node-postgres-named": "^2.2.0",
|
||||
"pg": "^4.4.0",
|
||||
"mssql": "^2.1.6",
|
||||
"mysql2": "^0.15.8",
|
||||
"mongoose": "~3.8.13"
|
||||
"static-favicon": "1.0.0",
|
||||
"winston": "0.7.3",
|
||||
"node-postgres-named": "2.2.0",
|
||||
"pg": "4.4.0",
|
||||
"mssql": "2.1.6",
|
||||
"mysql2": "0.15.8",
|
||||
"mongoose": "3.8.13"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue