tech-hub-skills 1.0.0 → 1.1.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.
@@ -37,6 +37,6 @@ ${colors.bright}Quick Start:${colors.reset}
37
37
  ${colors.yellow}@orchestrator "Build a customer churn prediction model"${colors.reset}
38
38
 
39
39
  ${colors.bright}Documentation:${colors.reset}
40
- https://github.com/6ogo/tech-hub-skills
40
+ https://github.com/6ogo/Tech-Skills
41
41
 
42
42
  `);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tech-hub-skills",
3
- "version": "1.0.0",
3
+ "version": "1.1.1",
4
4
  "description": "110+ production-ready AI agent skills for Claude Code and GitHub Copilot",
5
5
  "main": "bin/cli.js",
6
6
  "bin": {
@@ -27,7 +27,7 @@
27
27
  "license": "MIT",
28
28
  "repository": {
29
29
  "type": "git",
30
- "url": "https://github.com/6ogo/tech-hub-skills.git"
30
+ "url": "https://github.com/6ogo/Tech-Skills.git"
31
31
  },
32
32
  "files": [
33
33
  "tech_hub_skills/skills/**/*.md",
@@ -39,8 +39,8 @@
39
39
  "engines": {
40
40
  "node": ">=16.0.0"
41
41
  },
42
- "homepage": "https://github.com/6ogo/tech-hub-skills#readme",
42
+ "homepage": "https://github.com/6ogo/Tech-Skills#readme",
43
43
  "bugs": {
44
- "url": "https://github.com/6ogo/tech-hub-skills/issues"
44
+ "url": "https://github.com/6ogo/Tech-Skills/issues"
45
45
  }
46
46
  }