From 3b3f381fd1a0471848c3ba6127c40c2b27d601b5 Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 14 Aug 2023 10:34:13 -0700 Subject: [PATCH] Change package info to new branch --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index de32a4fff5..7f095431c1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { - "name": "@nestjs/class-validator", - "version": "0.14.0", + "name": "class-validator-nestjs", + "version": "0.15.5", "description": "Fork of the class-validator package. Decorator-based property validation for classes.", "author": "TypeStack contributors", "license": "MIT", @@ -11,7 +11,7 @@ "typings": "./types/index.d.ts", "repository": { "type": "git", - "url": "https://github.com/nestjs/class-validator.git" + "url": "https://github.com/burriedu2/class-validator.git" }, "tags": [ "validator",