Skip to content

Commit

Permalink
v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jkyberneees committed Feb 18, 2023
1 parent c637df5 commit 5a24543
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "middleware-if-unless",
"version": "1.3.0",
"version": "1.4.0",
"description": "Invokes connect-like middleware if / unless routing criteria matches. Inspired on express-unless module.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -28,14 +28,14 @@
},
"homepage": "https://github.com/jkyberneees/middleware-if-unless#readme",
"devDependencies": {
"chai": "^4.3.6",
"chai": "^4.3.7",
"express-unless": "^1.0.0",
"mocha": "^9.2.2",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"restana": "^4.9.4",
"supertest": "^6.2.2"
"restana": "^4.9.7",
"supertest": "^6.3.3"
},
"dependencies": {
"find-my-way": "^5.5.1"
"find-my-way": "^7.4.0"
}
}

0 comments on commit 5a24543

Please sign in to comment.