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.
1 parent cfc6aea commit 51ab57eCopy full SHA for 51ab57e
1 file changed
package.json
@@ -15,12 +15,15 @@
15
"if",
16
"unless"
17
],
18
- "files": [
19
- "README.md"
20
- ],
21
"engines": {
22
"node": ">=8"
23
},
+ "files": [
+ "index.js",
+ "index.d.ts",
24
+ "README.md"
25
+ ],
26
+ "typings": "index.d.ts",
27
"author": "Rolando Santamaria Maso <kyberneees@gmail.com>",
28
"license": "MIT",
29
"bugs": {
@@ -29,13 +32,13 @@
32
"homepage": "https://github.com/jkyberneees/middleware-if-unless#readme",
30
33
"devDependencies": {
31
34
"chai": "^4.3.7",
- "express-unless": "^1.0.0",
- "mocha": "^10.2.0",
- "nyc": "^15.1.0",
35
- "restana": "^4.9.7",
36
- "supertest": "^6.3.3"
+ "express-unless": "^2.1.3",
+ "mocha": "^11.7.2",
37
+ "nyc": "^17.1.0",
38
+ "restana": "^5.1.0",
39
+ "supertest": "^7.1.4"
40
41
"dependencies": {
- "find-my-way": "^9.0.1"
42
+ "find-my-way": "^9.3.0"
43
}
44
0 commit comments