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" }