We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ba6ec79 + 034d99f commit 3ec5a49Copy full SHA for 3ec5a49
1 file changed
package.json
@@ -1,9 +1,10 @@
1
{
2
"name": "@mrbrunelli/object-validator",
3
- "version": "2.0.6",
+ "version": "2.0.7",
4
"description": "A simple object validator for tiny schemas",
5
"main": "dist/index.js",
6
"types": "dist/index.d.ts",
7
+ "files": ["/dist"],
8
"scripts": {
9
"test": "jest --runInBand --verbose --passWithNoTests",
10
"tdd": "yarn test --watch",
0 commit comments