We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 949560a + 716ba5d commit 71b6006Copy full SHA for 71b6006
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "middleware-if-unless",
3
- "version": "1.2.3",
+ "version": "1.2.4",
4
"description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.",
5
"main": "index.js",
6
"scripts": {
@@ -30,13 +30,13 @@
30
"devDependencies": {
31
"chai": "^4.2.0",
32
"express-unless": "^0.5.0",
33
- "mocha": "^6.2.2",
+ "mocha": "^7.1.0",
34
"nyc": "^14.1.1",
35
"restana": "^3.4.2",
36
- "standard": "^14.3.1",
+ "standard": "^14.3.3",
37
"supertest": "^3.4.2"
38
},
39
"dependencies": {
40
- "find-my-way": "^2.2.1"
+ "find-my-way": "^2.2.2"
41
}
42
0 commit comments