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 edc7202 commit 58d4a00Copy full SHA for 58d4a00
README.md
@@ -104,7 +104,7 @@ app.use('/', example);
104
app.listen(5003);
105
```
106
107
-> ## Tests
+## Tests
108
109
The poject uses **Jest** for testing.
110
@@ -117,6 +117,6 @@ $ npm i
117
$ npm test
118
119
120
-> ## License
+## License
121
122
[Apache License 2.0](https://github.com/algo7/express-suite/blob/master/LICENSE)
package.json
@@ -13,7 +13,8 @@
13
"keywords": [
14
"express",
15
"middlewares",
16
- "validation"
+ "validation",
17
+ "input"
18
],
19
"author": "algo7",
20
"license": "Apache License 2.0",
@@ -27,4 +28,4 @@
27
28
"jest": "^26.0.1",
29
"body-parser": "^1.19.0"
30
}
-}
31
+}
0 commit comments