We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c34003 commit 00bfadcCopy full SHA for 00bfadc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "common-basic-validator",
3
- "version": "0.3.0",
+ "version": "0.3.1",
4
"description": "A stencil for build a common package",
5
"main": "lib/index.js",
6
"engines": {
src/index.js
@@ -1,3 +1,4 @@
+export Validator from './js/Validator';
export ClassValidator from './js/ClassValidator';
export NumberValidator from './js/NumberValidator';
export ObjectValidator from './js/ObjectValidator';
0 commit comments