mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
Updated Todo Node.Js app to use express4-tedious middleware
Node.js data access added as npm module express4-tedious.
This commit is contained in:
@ -12,8 +12,10 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^1.15.2",
|
||||
"config": "^1.26.1",
|
||||
"debug": "^2.2.0",
|
||||
"express": "^4.14.0",
|
||||
"tedious": "^1.14.0"
|
||||
"tedious": "^1.14.0",
|
||||
"express4-tedious": "^0.1.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user