Skip to content

Commit

Permalink
Bump version to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmingoia committed Feb 3, 2014
1 parent ece1e27 commit ff86959
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -6,7 +6,7 @@
"url": "https://github.com/alexmingoia/koa-router.git"
},
"author": "Alex Mingoia <talk@alexmingoia.com>",
"version": "2.4.4",
"version": "3.0.0",
"keywords": [
"koa",
"middleware",
Expand All @@ -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"
Expand Down

0 comments on commit ff86959

Please sign in to comment.