commons-validator-es
Advanced tools
Comparing version 1.0.0 to 1.0.1
{ | ||
"name": "commons-validator-es", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Apache Commons Validator ported to TypeScript", | ||
@@ -22,2 +22,3 @@ "keywords": [ | ||
"types": "./dist/index.d.ts", | ||
"type": "module", | ||
"files": [ | ||
@@ -61,3 +62,7 @@ "/dist" | ||
"src/**/*.ts": "eslint --fix" | ||
}, | ||
"jest": { | ||
"preset": "ts-jest/presets/default-esm", | ||
"testEnvironment": "node" | ||
} | ||
} |
56024
Yes