Skip to content

Commit

Permalink
fixed package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Dec 13, 2014
1 parent 16552dc commit d3b0385
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,13 @@
"email": "[email protected]"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"licenses": "MIT",
"dependencies": {
"tedious": "^1.8.0"
},
"devDependencies": {
"tedious": ">=1.8.0",
"mocha": ">=1.6.0"
},
"licenses": "MIT",
"readmeFilename": "README.md",
"bugs": {
"url": "https://github.com/pekim/tedious-connection-pool/issues"
Expand Down

0 comments on commit d3b0385

Please sign in to comment.