From 214a09e25eb5cfa0fc3c4258a0ef5ef5c6fb612a Mon Sep 17 00:00:00 2001 From: "Endurance, the Martian" Date: Tue, 15 Aug 2023 20:18:09 +0100 Subject: [PATCH] refactor/ minor changes to index.ts --- package.json | 2 +- src/index.ts | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index dd148f7..4ecc232 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/index.ts b/src/index.ts index 83803d2..a95810e 100644 --- a/src/index.ts +++ b/src/index.ts @@ -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'; \ No newline at end of file