killer-skills 1.8.1 → 1.8.2
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/dist/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -30,7 +30,7 @@ const program = new Command();
|
|
|
30
30
|
program
|
|
31
31
|
.name('killer')
|
|
32
32
|
.description('Killer-Skills CLI - Install and manage Agent Skills')
|
|
33
|
-
.version('1.
|
|
33
|
+
.version('1.8.1')
|
|
34
34
|
.hook('preAction', async (thisCommand, actionCommand) => {
|
|
35
35
|
// Track command usage (silent)
|
|
36
36
|
if (process.env.KILLER_SKILLS_TEST)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "killer-skills",
|
|
3
|
-
"version": "1.8.
|
|
3
|
+
"version": "1.8.2",
|
|
4
4
|
"description": "Cross-platform CLI tool for installing AI agent skills to multiple IDEs",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -75,4 +75,4 @@
|
|
|
75
75
|
"typescript": "^5.9.3",
|
|
76
76
|
"vitest": "^3.2.4"
|
|
77
77
|
}
|
|
78
|
-
}
|
|
78
|
+
}
|