Skip to content

Commit f3a0de4

Browse files
committed
RV [OPT] - optimisation
1 parent 435c02d commit f3a0de4

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
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-
},
107
"files": [
118
"dist",
129
"README.md",
@@ -65,5 +62,8 @@
6562
"bugs": {
6663
"url": "https://github.com/th3hero/request-validator/issues"
6764
},
68-
"homepage": "https://github.com/th3hero/request-validator#readme"
69-
}
65+
"homepage": "https://github.com/th3hero/request-validator#readme",
66+
"publishConfig": {
67+
"registry": "https://npm.pkg.github.com/"
68+
}
69+
}

0 commit comments

Comments
 (0)