Skip to content

Commit

Permalink
refactor/ minor changes to index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
hendurhance committed Aug 15, 2023
1 parent fda749b commit 214a09e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@amplifiedhq/countries-atlas",
"version": "1.0.2",
"version": "1.0.5",
"description": "Uncover the world with a single lightweight library - countries, codes, currencies, flags, languages, cities, and more 🌎",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@
*/

export { default as CountriesAtlas } from './helpers/CountriesAtlas';
export { default as ValidatorAtlas } from './helpers/ValidatorAtlas';

export { default as ValidatorAtlas } from './helpers/ValidatorAtlas';

0 comments on commit 214a09e

Please sign in to comment.