build-skill 0.0.0 → 1.0.0
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 +1 -1
package/dist/index.js
CHANGED
|
@@ -248,7 +248,7 @@ async function createSkillRepository(templateDir, targetDir, values, quiet, forc
|
|
|
248
248
|
// src/index.ts
|
|
249
249
|
var __dirname = dirname(fileURLToPath(import.meta.url));
|
|
250
250
|
var TEMPLATE_DIR = join2(__dirname, "..", "template");
|
|
251
|
-
var version = true ? "
|
|
251
|
+
var version = true ? "1.0.0" : "dev";
|
|
252
252
|
var BANNER = `
|
|
253
253
|
_ _ _ _ _ _ _ _
|
|
254
254
|
| |__ _ _(_) | __| | ___| | _(_) | |
|