Skip to content

Commit c3a18d5

Browse files
committed
1.5.2 release
1 parent c3be2a7 commit c3a18d5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

examples/bundle.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,8 @@ Barcode.propTypes = {
304304
marginLeft: _propTypes["default"].number,
305305
marginRight: _propTypes["default"].number,
306306
id: _propTypes["default"].string,
307-
className: _propTypes["default"].string
307+
className: _propTypes["default"].string,
308+
ean128: _propTypes["default"].bool
308309
};
309310
Barcode.defaultProps = {
310311
format: 'CODE128',
@@ -321,7 +322,8 @@ Barcode.defaultProps = {
321322
background: '#ffffff',
322323
lineColor: '#000000',
323324
margin: 10,
324-
className: ''
325+
className: '',
326+
ean128: false
325327
};
326328
module.exports = Barcode;
327329

0 commit comments

Comments
 (0)