Skip to content

Commit 435c02d

Browse files
committed
RV-PS [OPT] - updated package support.
1 parent 3e68f5a commit 435c02d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

package.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
{
22
"name": "@th3hero/request-validator",
3-
"version": "1.1.3",
3+
"version": "1.1.4",
44
"description": "A powerful and flexible request validation library for Node.js applications, built with TypeScript. This library provides a comprehensive set of validation rules and supports both synchronous and asynchronous validation.",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
7+
"publishConfig": {
8+
"registry": "https://npm.pkg.github.com"
9+
},
710
"files": [
811
"dist",
912
"README.md",

0 commit comments

Comments
 (0)