-
Notifications
You must be signed in to change notification settings - Fork 177
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ab7baa
commit 33ac3e5
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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", | ||
|
@@ -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" | ||
} | ||
|