Skip to content

Commit

Permalink
fix(types): Fix export of BooleanType in types/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
CheerlessCloud committed Jun 29, 2017
1 parent de5d4aa commit bb86ef5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/types/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import NumberType from './number';
import IntType from './int';
import FloatType from './float';
import IPAddressType from './ip-address';
import BooleanType from './boolean';

export {
ConfigFieldBaseType,
Expand All @@ -13,6 +14,7 @@ export {
IntType,
FloatType,
IPAddressType,
BooleanType,
};

export default {
Expand All @@ -22,4 +24,5 @@ export default {
IntType,
FloatType,
IPAddressType,
BooleanType,
};

0 comments on commit bb86ef5

Please sign in to comment.