diff --git a/package.json b/package.json index 775a801..c153f2a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "https://github.com/alexmingoia/koa-router.git" }, "author": "Alex Mingoia ", - "version": "2.4.4", + "version": "3.0.0", "keywords": [ "koa", "middleware", @@ -26,7 +26,7 @@ "supertest": "0.7.1" }, "scripts": { - "test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive" + "test": "NODE_ENV=test node_modules/mocha/bin/mocha --harmony-generators --recursive --reporter spec" }, "engines": { "node": "> 0.11.4"