Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Commit 659c6d7

Browse files
committed
chore: Add np to devDependencies and update package.json
1 parent 5409c88 commit 659c6d7

File tree

2 files changed

+1308
-33
lines changed

2 files changed

+1308
-33
lines changed

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
"engines": {
1111
"node": ">=10"
1212
},
13+
"homepage": "https://github.com/NestRay",
1314
"repository": {
15+
"type": "git",
1416
"url": "https://github.com/NestRay/better-validation-pipe"
1517
},
1618
"scripts": {
@@ -35,10 +37,7 @@
3537
"trailingComma": "es5"
3638
},
3739
"name": "@nestray/better-validation-pipe",
38-
"author": {
39-
"name": "Alireza Zamani",
40-
"email": "alirezazamani2922@gmail.com"
41-
},
40+
"author": "Alireza Zamani",
4241
"module": "dist/better-validation-pipe.esm.js",
4342
"size-limit": [
4443
{
@@ -53,6 +52,7 @@
5352
"devDependencies": {
5453
"@size-limit/preset-small-lib": "^6.0.4",
5554
"husky": "^7.0.4",
55+
"np": "^7.5.0",
5656
"size-limit": "^6.0.4",
5757
"tsdx": "^0.14.1",
5858
"tslib": "^2.3.1",

0 commit comments

Comments
 (0)