From afe0642963522bec27d472caca6ea783d26d7485 Mon Sep 17 00:00:00 2001 From: Ben Page Date: Thu, 9 Jun 2016 13:51:34 -0500 Subject: [PATCH] 1.0.3 --- package.json | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index a707ef4..73ac731 100755 --- a/package.json +++ b/package.json @@ -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", @@ -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" }