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

Commit 3b617b3

Browse files
committed
chore: Change organization name
1 parent e13395d commit 3b617b3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ So then, on your frontend, you can show each error next to its relavant field, i
3434
On Yarn:
3535

3636
```shell
37-
yarn add @nestray/better-validation-pipe
37+
yarn add @exonest/better-validation-pipe
3838
```
3939

4040
On NPM:
4141

4242
```shell
43-
npm install @nestray/better-validation-pipe
43+
npm install @exonest/better-validation-pipe
4444
```
4545

4646
## Motivation

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@
1010
"engines": {
1111
"node": ">=10"
1212
},
13-
"homepage": "https://github.com/NestRay",
13+
"homepage": "https://github.com/exonest",
1414
"repository": {
1515
"type": "git",
16-
"url": "https://github.com/NestRay/better-validation-pipe"
16+
"url": "https://github.com/exonest/better-validation-pipe"
1717
},
1818
"scripts": {
1919
"start": "tsdx watch",
@@ -36,7 +36,7 @@
3636
"singleQuote": true,
3737
"trailingComma": "es5"
3838
},
39-
"name": "@nestray/better-validation-pipe",
39+
"name": "@exonest/better-validation-pipe",
4040
"author": "Alireza Zamani",
4141
"module": "dist/better-validation-pipe.esm.js",
4242
"size-limit": [

0 commit comments

Comments
 (0)