We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ab7baa commit 33ac3e5Copy full SHA for 33ac3e5
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@koa/router",
3
"description": "Router middleware for koa. Maintained by Forward Email and Lad.",
4
- "version": "12.0.1",
+ "version": "12.0.2",
5
"author": "Alex Mingoia <talk@alexmingoia.com>",
6
"bugs": {
7
"url": "https://github.com/koajs/router/issues",
@@ -66,7 +66,7 @@
66
"docs": "NODE_ENV=test jsdoc2md -t ./lib/API_tpl.hbs --src ./lib/*.js >| API.md",
67
"lint": "xo --fix && remark . -qfo && fixpack",
68
"prepare": "husky install",
69
- "pretest": "npm run lint",
+ "prextest": "npm run lint",
70
"test": "mocha test/**/*.js",
71
"test:watch": "mocha test/**/*.js --watch"
72
}
0 commit comments