Skip to content

Commit

Permalink
Use latest versions of dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
pekim committed Dec 4, 2011
1 parent 6bbaa2b commit d2ca148
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
"name": "tedious",
"description": "A TDS driver, for connecting to MS SQLServer databases.",
"homepage": "https://github.com/pekim/tedious",
"version": "0.0.0",
"version": "0.0.1",
"repository": {
"type": "git",
"url": "git://github.com/pekim/tedious.git"
},
"engines": {
"node": "0.5 || 0.6"
"node": "0.6"
},
"dependencies": {
"buffertools": "1.0.5",
"coffee-script": "1.1.2",
"coffee-script": "1.1.3",
"sprintf": "0.1.1"
},
"devDependencies": {
"nodeunit": "0.6.2"
"nodeunit": "0.6.4"
},
"scripts": {
"test": "scripts/tests-unit"
Expand Down

0 comments on commit d2ca148

Please sign in to comment.