Skip to content

Commit 07e7892

Browse files
authored
0.1.0
- Initial release.
1 parent 9b0d1bc commit 07e7892

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "express-html-validator",
3-
"description": "HTML validator for express routes",
3+
"description": "Automatic HTML validation middleware for Express applications.",
44
"author": "Roosevelt Framework Team <rooseveltframework@gmail.com>",
55
"contributors": [
66
{
@@ -9,6 +9,10 @@
99
}
1010
],
1111
"version": "0.1.0",
12+
"files": [
13+
"templates",
14+
"index.js"
15+
],
1216
"homepage": "https://github.com/rooseveltframework/express-html-validator",
1317
"license": "CC-BY-4.0",
1418
"main": "index.js",
@@ -73,5 +77,9 @@
7377
"hooks": {
7478
"pre-commit": "lint-staged && eslint test/test.js"
7579
}
80+
},
81+
"funding": {
82+
"type": "individual",
83+
"url": "https://github.com/sponsors/kethinov"
7684
}
7785
}

0 commit comments

Comments
 (0)