Skip to content

Commit 00bfadc

Browse files
committed
Fix a export bug
1 parent 1c34003 commit 00bfadc

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "common-basic-validator",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "A stencil for build a common package",
55
"main": "lib/index.js",
66
"engines": {

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
export Validator from './js/Validator';
12
export ClassValidator from './js/ClassValidator';
23
export NumberValidator from './js/NumberValidator';
34
export ObjectValidator from './js/ObjectValidator';

0 commit comments

Comments
 (0)