Skip to content

Commit

Permalink
fix: lock class validator preventing declaration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonraimondi committed Jun 3, 2022
1 parent 9b03290 commit 91fba62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
example/
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"@nestjs/core": "^8.4.6",
"@nestjs/graphql": "^10.0.14",
"@prisma/client": "^3.14.0",
"class-validator": "^0.13.2",
"class-validator": "0.13.1",
"prettier": "^2.6.2"
}
}

0 comments on commit 91fba62

Please sign in to comment.