Skip to content

Commit 58d4a00

Browse files
committed
add keywords
1 parent edc7202 commit 58d4a00

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ app.use('/', example);
104104
app.listen(5003);
105105
```
106106

107-
> ## Tests
107+
## Tests
108108

109109
The poject uses **Jest** for testing.
110110

@@ -117,6 +117,6 @@ $ npm i
117117
$ npm test
118118
```
119119

120-
> ## License
120+
## License
121121

122122
[Apache License 2.0](https://github.com/algo7/express-suite/blob/master/LICENSE)

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"keywords": [
1414
"express",
1515
"middlewares",
16-
"validation"
16+
"validation",
17+
"input"
1718
],
1819
"author": "algo7",
1920
"license": "Apache License 2.0",
@@ -27,4 +28,4 @@
2728
"jest": "^26.0.1",
2829
"body-parser": "^1.19.0"
2930
}
30-
}
31+
}

0 commit comments

Comments
 (0)