Skip to content

Commit

Permalink
Expose crcjam() to index
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-jamieson committed Sep 22, 2017
1 parent c61af11 commit 1c82928
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,6 @@ module.exports = {
crc16xmodem: require('./crc16_xmodem'),
crc16kermit: require('./crc16_kermit'),
crc24: require('./crc24'),
crc32: require('./crc32')
crc32: require('./crc32'),
crcjam: require('./crcjam')
};
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ module.exports = {
crc16kermit : require('./crc16_kermit'),
crc24 : require('./crc24'),
crc32 : require('./crc32'),
crcjam : require('./crcjam'),
};

0 comments on commit 1c82928

Please sign in to comment.