branch-validator-pro 1.0.0 → 1.0.1
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.
- package/README.md +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -198,7 +198,7 @@ A passionate developer focused on building tools that enhance developer producti
|
|
|
198
198
|
For issues or questions, please reach out:
|
|
199
199
|
- 📧 Email: [sanjibroy17061995@gmail.com](mailto:sanjibroy17061995@gmail.com)
|
|
200
200
|
- 📱 Mobile: +91 8918132291
|
|
201
|
-
- 🐛 [Open an issue](https://github.com/
|
|
201
|
+
- 🐛 [Open an issue](https://github.com/snbroy/branch-validator-pro/issues) on GitHub
|
|
202
202
|
|
|
203
203
|
## 📚 Changelog
|
|
204
204
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "branch-validator-pro",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Professional Git branch and commit validator for consistent naming conventions. Validates format and ensures proper ticket ID patterns without external API dependencies. Perfect for teams worldwide.",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"bin": {
|
|
@@ -81,13 +81,13 @@
|
|
|
81
81
|
"license": "MIT",
|
|
82
82
|
"repository": {
|
|
83
83
|
"type": "git",
|
|
84
|
-
"url": "git+https://github.com/
|
|
84
|
+
"url": "git+https://github.com/snbroy/branch-validator-pro.git"
|
|
85
85
|
},
|
|
86
86
|
"bugs": {
|
|
87
|
-
"url": "https://github.com/
|
|
87
|
+
"url": "https://github.com/snbroy/branch-validator-pro/issues",
|
|
88
88
|
"email": "sanjibroy17061995@gmail.com"
|
|
89
89
|
},
|
|
90
|
-
"homepage": "https://github.com/
|
|
90
|
+
"homepage": "https://github.com/snbroy/branch-validator-pro#readme",
|
|
91
91
|
"engines": {
|
|
92
92
|
"node": ">=12.0.0"
|
|
93
93
|
},
|