Skip to content

Commit

Permalink
12.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
3imed-jaberi committed Sep 17, 2024
1 parent 5ab7baa commit 33ac3e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@koa/router",
"description": "Router middleware for koa. Maintained by Forward Email and Lad.",
"version": "12.0.1",
"version": "12.0.2",
"author": "Alex Mingoia <[email protected]>",
"bugs": {
"url": "https://github.com/koajs/router/issues",
Expand Down Expand Up @@ -66,7 +66,7 @@
"docs": "NODE_ENV=test jsdoc2md -t ./lib/API_tpl.hbs --src ./lib/*.js >| API.md",
"lint": "xo --fix && remark . -qfo && fixpack",
"prepare": "husky install",
"pretest": "npm run lint",
"prextest": "npm run lint",
"test": "mocha test/**/*.js",
"test:watch": "mocha test/**/*.js --watch"
}
Expand Down

0 comments on commit 33ac3e5

Please sign in to comment.