From c88b4111c361528f4ddba697ec81819b65005600 Mon Sep 17 00:00:00 2001 From: David Sanchez | Principal DevOps Consultant Date: Fri, 24 Nov 2023 15:38:45 -0600 Subject: [PATCH] Updating to version 2.0.2 to fix problem with npm --- src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj | 4 ++-- src/npm/package.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj b/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj index cc802c8..a615ef1 100644 --- a/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj +++ b/src/NuGet/ColonesExchangeRate/ColonesExchangeRate.csproj @@ -12,8 +12,8 @@ colones; dollars; euros; currency-exchange; exchange-rate; costa-rica; CRC; LICENSE https://github.com/dsanchezcr/ColonesExchangeRate - 2.0.1 - 2.0.1 + 2.0.2 + 2.0.2 Currency conversion from Colones (Costa Rica - CRC ₡) to Dollars (United States - USD $) and Euros (European Union - EUR €). It consumes the exchange rate API from Ministerio de Hacienda de Costa Rica. diff --git a/src/npm/package.json b/src/npm/package.json index 7bc221f..ea177c2 100644 --- a/src/npm/package.json +++ b/src/npm/package.json @@ -1,9 +1,9 @@ { "name": "@dsanchezcr/colonesexchangerate", - "version": "2.0.1", + "version": "2.0.2", "type": "module", "description": "Currency conversion from Colones (Costa Rica - CRC ₡) to Dollars (United States - USD $) and Euros (European Union - EUR €). It consumes the exchange rate API from Ministerio de Hacienda de Costa Rica.", - "main": "ColonesExchangeRate.mjs", + "main": "colonesexchangerate.mjs", "scripts": { "test": "node colonesexchangerate.test.js", "build": "echo 'No build step required'"