Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Commit

Permalink
Bump to 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaleksandrov committed May 3, 2021
1 parent 939c17c commit 4a895a7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@deliveryhero/class-validator",
"version": "1.0.0",
"version": "1.0.1",
"description": "Decorator-based property validation for classes.",
"author": "TypeStack contributors/Delivery Hero - Data Streams",
"license": "MIT",
"sideEffects": false,
"main": "./cjs/index.js",
"module": "./esm5/index.js",
"es2015": "./esm2015/index.js",
"typings": "./types/index.d.ts",
"main": "./build/cjs/index.js",
"module": "./build/esm5/index.js",
"es2015": "./build/esm2015/index.js",
"typings": "./build/types/index.d.ts",
"repository": {
"type": "git",
"url": "[email protected]:deliveryhero/class-validator.git"
Expand Down

0 comments on commit 4a895a7

Please sign in to comment.