Skip to content

Commit 33ac3e5

Browse files
committed
12.0.2
1 parent 5ab7baa commit 33ac3e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@koa/router",
33
"description": "Router middleware for koa. Maintained by Forward Email and Lad.",
4-
"version": "12.0.1",
4+
"version": "12.0.2",
55
"author": "Alex Mingoia <talk@alexmingoia.com>",
66
"bugs": {
77
"url": "https://github.com/koajs/router/issues",
@@ -66,7 +66,7 @@
6666
"docs": "NODE_ENV=test jsdoc2md -t ./lib/API_tpl.hbs --src ./lib/*.js >| API.md",
6767
"lint": "xo --fix && remark . -qfo && fixpack",
6868
"prepare": "husky install",
69-
"pretest": "npm run lint",
69+
"prextest": "npm run lint",
7070
"test": "mocha test/**/*.js",
7171
"test:watch": "mocha test/**/*.js --watch"
7272
}

0 commit comments

Comments
 (0)