Skip to content

Commit

Permalink
fix error when running index.mjs
Browse files Browse the repository at this point in the history
  • Loading branch information
mledoze committed Dec 21, 2023
1 parent e9320a5 commit 2bbe1c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- use currency names only instead of codes and names
- add missing "borders" column in CSV export
- handle false values as "0"
- fix error when running index.mjs

## [5.0.0] - 2023-09-17
### Breaking changes
Expand Down
2 changes: 1 addition & 1 deletion index.mjs
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from './countries.json' assert { type: 'json' };
export { default } from './countries.json';

0 comments on commit 2bbe1c8

Please sign in to comment.