mortgage-calculator-package 2.4.1 → 2.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@ A simple, embeddable **mortgage calculator** widget for any website. Easily add
10
10
  - Handles rendering of HTML, SCSS styles, and JS logic
11
11
  - Responsive UI with clean modern styling
12
12
  - Lightweight and dependency-free (optional Material UI support)
13
- - Supports input masking for dollar and percentage fields
13
+ - Supports input masking for dollar and percentage field(s)
14
14
 
15
15
  ---
16
16
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mortgage-calculator-package",
3
- "version": "2.4.1",
3
+ "version": "2.4.2",
4
4
  "description": "A simple, embeddable mortgage calculator that dynamically generates an interactive and styled calculator widget. It allows users to input mortgage amount, interest rate, amortization period, and payment frequency, and calculates the monthly payment based on these inputs. The package handles both the mortgage calculation logic and the HTML/CSS rendering, making it easy to integrate into any webpage by simply providing a container ID. Ideal for real estate websites, financial tools, and blogs.",
5
5
  "main": "dist/index.js",
6
6
  "files": [