Skip to content

Commit

Permalink
Fixes missing file issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Jan 19, 2023
1 parent 0ca3e89 commit 538ec51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/cjs-default-unwrap/index.js
Expand Up @@ -9,7 +9,7 @@ module.exports = {
crc16kermit: require('./crc16kermit'),
crc24: require('./crc24'),
crc32: require('./crc32'),
crc32mpeg: require('./crc32mpeg'),
crc32mpeg: require('./crc32mpeg2'),
crcjam: require('./crcjam'),
};

Expand Down
2 changes: 1 addition & 1 deletion dist/package.json
@@ -1,6 +1,6 @@
{
"name": "crc",
"version": "4.3.0",
"version": "4.3.1",
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.",
"author": {
"name": "Alex Gorbatchev",
Expand Down

0 comments on commit 538ec51

Please sign in to comment.