@skills-supply/sk 0.1.0 → 0.1.3

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 +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -31,7 +31,7 @@ sk --help
31
31
 
32
32
  ## Documentation
33
33
 
34
- For full documentation, see the [main repository](https://github.com/803/skillssupply).
34
+ For full documentation, see the [main repository](https://github.com/803/skills-supply).
35
35
 
36
36
  ## License
37
37
 
package/package.json CHANGED
@@ -25,7 +25,7 @@
25
25
  "LICENSE",
26
26
  "README.md"
27
27
  ],
28
- "homepage": "https://github.com/803/skillssupply",
28
+ "homepage": "https://github.com/803/skills-supply",
29
29
  "keywords": [
30
30
  "skills",
31
31
  "ai",
@@ -38,7 +38,7 @@
38
38
  "name": "@skills-supply/sk",
39
39
  "repository": {
40
40
  "type": "git",
41
- "url": "https://github.com/803/skillssupply.git"
41
+ "url": "https://github.com/803/skills-supply.git"
42
42
  },
43
43
  "scripts": {
44
44
  "build": "bun run build:binary && bun run build:node",
@@ -52,5 +52,5 @@
52
52
  "tsc": "npx tsc -p tsconfig.json"
53
53
  },
54
54
  "type": "module",
55
- "version": "0.1.0"
55
+ "version": "0.1.3"
56
56
  }