Skip to content

Commit 1f10c45

Browse files
committed
Fix npm dependency issues and update documentation
- Regenerated package-lock.json to resolve sync issues - Fixed Node version compatibility warnings - Updated documentation files (CONTRIBUTING.md, DEPLOYMENT.md, README.md, SETUP.md)
1 parent 6d8c6ae commit 1f10c45

5 files changed

Lines changed: 19 additions & 1600 deletions

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Thank you for your interest in contributing to TraceOff! This document provides
1616
1. **Fork and Clone**
1717

1818
```bash
19-
git clone https://github.com/yourusername/traceoff.git
19+
git clone https://github.com/aimuhire/traceoff.git
2020
cd traceoff
2121
```
2222

DEPLOYMENT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,4 +286,4 @@ ENABLE_DEBUG_ROUTES=true
286286

287287
---
288288

289-
For more help, check the [Contributing Guide](CONTRIBUTING.md) or [open an issue](https://github.com/yourusername/traceoff/issues).
289+
For more help, check the [Contributing Guide](CONTRIBUTING.md) or [open an issue](https://github.com/aimuhire/traceoff/issues).

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
**Share links without trackers**
66

7-
[![Deploy to Vercel](https://img.shields.io/badge/Deploy%20to-Vercel-black?style=for-the-badge&logo=vercel)](https://vercel.com/new/clone?repository-url=https://github.com/yourusername/traceoff)
8-
[![Tests](https://github.com/yourusername/traceoff/workflows/Test%20Suite/badge.svg)](https://github.com/yourusername/traceoff/actions)
9-
[![Deploy](https://github.com/yourusername/traceoff/workflows/Test%20and%20Deploy/badge.svg)](https://github.com/yourusername/traceoff/actions)
7+
[![Deploy to Vercel](https://img.shields.io/badge/Deploy%20to-Vercel-black?style=for-the-badge&logo=vercel)](https://vercel.com/new/clone?repository-url=https://github.com/aimuhire/traceoff)
8+
[![Tests](https://github.com/aimuhire/traceoff/workflows/Test%20Suite/badge.svg)](https://github.com/aimuhire/traceoff/actions)
9+
[![Deploy](https://github.com/aimuhire/traceoff/workflows/Test%20and%20Deploy/badge.svg)](https://github.com/aimuhire/traceoff/actions)
1010
[![Flutter](https://img.shields.io/badge/Flutter-02569B?style=for-the-badge&logo=flutter&logoColor=white)](https://flutter.dev)
1111
[![Node.js](https://img.shields.io/badge/Node.js-339933?style=for-the-badge&logo=node.js&logoColor=white)](https://nodejs.org)
1212
[![TypeScript](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)](https://www.typescriptlang.org)
@@ -63,7 +63,7 @@ A comprehensive link cleaning solution that removes tracking parameters and prov
6363
#### 1. Clone the Repository
6464

6565
```bash
66-
git clone https://github.com/yourusername/traceoff.git
66+
git clone https://github.com/aimuhire/traceoff.git
6767
cd traceoff
6868
```
6969

@@ -475,9 +475,9 @@ This project is licensed under the MIT License - see the [LICENSE](LICENSE) file
475475
### Getting Help
476476

477477
- 📖 **Documentation**: Check this README and inline code comments
478-
- 🐛 **Bug Reports**: [Create an issue](https://github.com/yourusername/traceoff/issues)
479-
- 💡 **Feature Requests**: [Create an issue](https://github.com/yourusername/traceoff/issues)
480-
- 💬 **Discussions**: [GitHub Discussions](https://github.com/yourusername/traceoff/discussions)
478+
- 🐛 **Bug Reports**: [Create an issue](https://github.com/aimuhire/traceoff/issues)
479+
- 💡 **Feature Requests**: [Create an issue](https://github.com/aimuhire/traceoff/issues)
480+
- 💬 **Discussions**: [GitHub Discussions](https://github.com/aimuhire/traceoff/discussions)
481481

482482
### Community
483483

SETUP.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This guide will help you set up TraceOff for development and deployment.
77
### 1. Clone the Repository
88

99
```bash
10-
git clone https://github.com/yourusername/traceoff.git
10+
git clone https://github.com/aimuhire/traceoff.git
1111
cd traceoff
1212
```
1313

@@ -183,9 +183,9 @@ flutter build web --release
183183

184184
### Getting Help
185185

186-
- **GitHub Issues**: [Create an issue](https://github.com/yourusername/traceoff/issues)
186+
- **GitHub Issues**: [Create an issue](https://github.com/aimuhire/traceoff/issues)
187187
- **Documentation**: Check README.md and CONTRIBUTING.md
188-
- **Discussions**: [GitHub Discussions](https://github.com/yourusername/traceoff/discussions)
188+
- **Discussions**: [GitHub Discussions](https://github.com/aimuhire/traceoff/discussions)
189189

190190
## 📚 Additional Resources
191191

0 commit comments

Comments
 (0)