Skip to content

Commit

Permalink
Add missing main entry point to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
baumerdev committed Nov 23, 2024
1 parent 1196f79 commit 938aef9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2024-11-23 [v1.2403.1]

* Add missing main entry point to package.json

## 2024-11-17 [v1.2403.0]

* Additionally includes data valid from 2024-12-09, removes data valid before 2024-09-09
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ibantools-germany",
"version": "1.2403.0",
"version": "1.2403.1",
"description": "IBAN Validator and Generator for German Bank Accounts",
"author": "Markus Baumer <[email protected]>",
"repository": {
Expand All @@ -25,6 +25,7 @@
"pruefzifferberechnungsmethode"
],
"type": "commonjs",
"main": "./dist/cjs/main.js",
"exports": {
".": {
"require": {
Expand Down

0 comments on commit 938aef9

Please sign in to comment.