learn-skill.md 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.
Files changed (2) hide show
  1. package/bin/cli.mjs +1 -1
  2. package/package.json +2 -2
package/bin/cli.mjs CHANGED
@@ -40,7 +40,7 @@ const { values, positionals } = parseArgs({
40
40
  const [command, ...args] = positionals
41
41
 
42
42
  if (values.version) {
43
- console.log('learn-skill.md v1.0.0')
43
+ console.log('learn-skill.md v1.0.1')
44
44
  process.exit(0)
45
45
  }
46
46
 
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "learn-skill.md",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "Install AI agent skills from learn-skill.md — the skill marketplace for AI agents",
5
5
  "type": "module",
6
6
  "bin": {
7
- "learn-skill.md": "./bin/cli.mjs"
7
+ "learn-skill": "./bin/cli.mjs"
8
8
  },
9
9
  "files": [
10
10
  "bin/",