Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mcartoixa committed Jun 18, 2015
1 parent 7cc8383 commit 2728484
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
language: node_js
node_js:
- "0.11"
- "0.12"
- "0.10"
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "connect-tedious",
"description": "Connect session store for SQL Server, using Tedious.",
"version": "0.5.0",
"version": "0.6.0",
"author": "Mathieu Cartoixa",
"main": "lib/connect-tedious",
"keywords": ["sql-server", "tds", "connection", "session", "store"],
"dependencies": {
"node-connection-string-builder": "^0.0.1",
"tedious": "^1.8.0",
"tedious-connection-pool": "^0.3.3",
"debug": "~2.0.0"
"tedious": "^1.11.2",
"tedious-connection-pool": "^0.3.6",
"debug": "^2.2.0"
},
"devDependencies": {
"connect": ">=1.0.0"
Expand Down

0 comments on commit 2728484

Please sign in to comment.