We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b0d1bc commit 07e7892Copy full SHA for 07e7892
1 file changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "express-html-validator",
3
- "description": "HTML validator for express routes",
+ "description": "Automatic HTML validation middleware for Express applications.",
4
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
5
"contributors": [
6
@@ -9,6 +9,10 @@
9
}
10
],
11
"version": "0.1.0",
12
+ "files": [
13
+ "templates",
14
+ "index.js"
15
+ ],
16
"homepage": "https://github.com/rooseveltframework/express-html-validator",
17
"license": "CC-BY-4.0",
18
"main": "index.js",
@@ -73,5 +77,9 @@
73
77
"hooks": {
74
78
"pre-commit": "lint-staged && eslint test/test.js"
75
79
80
+ },
81
+ "funding": {
82
+ "type": "individual",
83
+ "url": "https://github.com/sponsors/kethinov"
76
84
85
0 commit comments