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 21, 2024
1 parent c4653da commit 120de47
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-21 [v1.2403.1]

* Add missing main entry point to package.json

## 2024-11-20 [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": "bankdata-germany",
"version": "1.2403.0",
"version": "1.2403.1",
"description": "Data and BIC Validator for German Banks",
"author": "Markus Baumer <markus@baumer.dev>",
"repository": {
Expand All @@ -21,6 +21,7 @@
"blz"
],
"type": "commonjs",
"main": "./dist/cjs/main.js",
"exports": {
".": {
"require": {
Expand Down

0 comments on commit 120de47

Please sign in to comment.