add-skill 1.0.12 → 1.0.13
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 +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -477,7 +477,7 @@ function track(data) {
|
|
|
477
477
|
// package.json
|
|
478
478
|
var package_default = {
|
|
479
479
|
name: "add-skill",
|
|
480
|
-
version: "1.0.
|
|
480
|
+
version: "1.0.13",
|
|
481
481
|
description: "Install agent skills onto coding agents (OpenCode, Claude Code, Codex, Cursor)",
|
|
482
482
|
type: "module",
|
|
483
483
|
bin: {
|
|
@@ -560,7 +560,7 @@ program.name("add-skill").description("Install skills onto coding agents (OpenCo
|
|
|
560
560
|
program.parse();
|
|
561
561
|
async function main(source, options) {
|
|
562
562
|
console.log();
|
|
563
|
-
p.intro(chalk.bgCyan.black("
|
|
563
|
+
p.intro(chalk.bgCyan.black(" skills "));
|
|
564
564
|
let tempDir = null;
|
|
565
565
|
try {
|
|
566
566
|
const spinner2 = p.spinner();
|