Skip to content

Commit

Permalink
Updates package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgorbatchev committed Dec 16, 2022
1 parent fef520f commit 20d7a45
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 7 deletions.
21 changes: 16 additions & 5 deletions dist/package.json
@@ -1,14 +1,14 @@
{
"name": "crc",
"version": "4.1.1",
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the Browser.",
"version": "4.2.0",
"description": "Module for calculating Cyclic Redundancy Check (CRC) for Node.js and the browser.",
"author": {
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
"homepage": "https://github.com/alexgorbatchev/node-crc",
"bugs": "https://github.com/alexgorbatchev/node-crc/issues",
"repository": "alexgorbatchev/node-crc",
"homepage": "https://github.com/alexgorbatchev/crc",
"bugs": "https://github.com/alexgorbatchev/crc/issues",
"repository": "alexgorbatchev/crc",
"license": "MIT",
"keywords": [
"crc",
Expand All @@ -22,6 +22,7 @@
"crc32",
"crc81wire",
"crc8",
"crc8dvbs2",
"crcjam"
],
"type": "module",
Expand Down Expand Up @@ -134,6 +135,16 @@
"import": "./mjs/calculators/crc8.js",
"require": "./cjs-default-unwrap/calculators/crc8.js"
},
"./crc8dvbs2": {
"types": "./mjs/crc8dvbs2.d.ts",
"import": "./mjs/crc8dvbs2.js",
"require": "./cjs-default-unwrap/crc8dvbs2.js"
},
"./calculators/crc8dvbs2": {
"types": "./mjs/calculators/crc8dvbs2.d.ts",
"import": "./mjs/calculators/crc8dvbs2.js",
"require": "./cjs-default-unwrap/calculators/crc8dvbs2.js"
},
"./crcjam": {
"types": "./mjs/crcjam.d.ts",
"import": "./mjs/crcjam.js",
Expand Down
6 changes: 4 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 20d7a45

Please sign in to comment.