math-wizard 1.0.4 → 1.0.6

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -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.6",
4
4
  "description": "a package that enables you to add numbers",
5
5
  "scripts": {
6
6
  "build": "tsc",