Skip to content

Commit

Permalink
Remove type module from package.json (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlansley committed Jul 13, 2023
1 parent 6ead95a commit 2397681
Show file tree
Hide file tree
Showing 2 changed files with 99 additions and 69 deletions.
165 changes: 98 additions & 67 deletions package-lock.json

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

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "@checkdigit/retry",
"version": "4.0.1",
"version": "4.0.2",
"description": "Implementation of the standard Check Digit retry algorithm",
"type": "module",
"sideEffects": false,
"exports": {
".": {
Expand Down

0 comments on commit 2397681

Please sign in to comment.