math-wizard 1.0.4 → 1.0.8

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 +7 -7
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -4,11 +4,11 @@
4
4
 
5
5
  ## Features
6
6
 
7
- - Add two numbers with a single function
8
- - TypeScript-friendly API with type declarations
9
- - ESM-compatible package entry point
10
- - Minimal dependency footprint
11
- - Simple installation and usage
7
+ - Add two numbers with a single function.
8
+ - TypeScript-friendly API with type declarations.
9
+ - ESM-compatible package entry point.
10
+ - Minimal dependency footprint.
11
+ - Simple installation and usage.
12
12
 
13
13
  ## Installation
14
14
 
@@ -63,5 +63,5 @@ Adds two numeric values and returns the sum.
63
63
 
64
64
  MIT
65
65
 
66
- 🔍 **Browse the source**: [github.com/yourusername/math-wizard](https://github.com/yourusername/math-wizard)
67
- 🐛 **Report an issue**: [github.com/yourusername/math-wizard/issues](https://github.com/yourusername/math-wizard/issues)
66
+ 🔍 **Browse the source**: [github.com/yourusername/math-wizard](https://github.com/moe-moaid/math-wizard)
67
+ 🐛 **Report an issue**: [github.com/yourusername/math-wizard/issues](https://github.com/moe-moaid/math-wizard/issues)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "math-wizard",
3
- "version": "1.0.4",
3
+ "version": "1.0.8",
4
4
  "description": "a package that enables you to add numbers",
5
5
  "scripts": {
6
6
  "build": "tsc",