@hasna/skills 0.5.9 → 0.5.11

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/bin/migrate.js CHANGED
@@ -7,7 +7,7 @@ import { join as join6 } from "path";
7
7
  // package.json
8
8
  var package_default = {
9
9
  name: "@hasna/skills",
10
- version: "0.5.9",
10
+ version: "0.5.11",
11
11
  description: "Skills library for AI coding agents",
12
12
  type: "module",
13
13
  bin: {
@@ -123,7 +123,8 @@ var package_default = {
123
123
  },
124
124
  repository: {
125
125
  type: "git",
126
- url: "git+https://github.com/hasna/apps.git"
126
+ url: "https://github.com/hasna/apps.git",
127
+ directory: "apps/skills"
127
128
  },
128
129
  homepage: "https://github.com/hasna/skills",
129
130
  bugs: {