Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-page committed Jun 9, 2016
1 parent 05d34d7 commit afe0642
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "tedious-connection-pool",
"version": "1.0.2",
"version": "1.0.3",
"description": "Connection Pool for tedious.",
"main": "lib/connection-pool.js",
"scripts": {
"test": "mocha test/naming.test.js && mocha test/connection-pool.test.js"
"test": "node_modules/.bin/mocha test/test.js"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -40,8 +40,5 @@
"bugs": {
"url": "https://github.com/pekim/tedious-connection-pool/issues"
},
"homepage": "https://github.com/pekim/tedious-connection-pool",
"scripts": {
"test": "node_modules/.bin/mocha test/test.js"
}
"homepage": "https://github.com/pekim/tedious-connection-pool"
}

0 comments on commit afe0642

Please sign in to comment.