Skip to content

Commit

Permalink
1.5.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kciter committed May 16, 2024
1 parent c3be2a7 commit c3a18d5
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/bundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,8 @@ Barcode.propTypes = {
marginLeft: _propTypes["default"].number,
marginRight: _propTypes["default"].number,
id: _propTypes["default"].string,
className: _propTypes["default"].string
className: _propTypes["default"].string,
ean128: _propTypes["default"].bool
};
Barcode.defaultProps = {
format: 'CODE128',
Expand All @@ -321,7 +322,8 @@ Barcode.defaultProps = {
background: '#ffffff',
lineColor: '#000000',
margin: 10,
className: ''
className: '',
ean128: false
};
module.exports = Barcode;

Expand Down

0 comments on commit c3a18d5

Please sign in to comment.