diff --git a/package-lock.json b/package-lock.json index 57020c3..8552d17 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@unoff/cli", - "version": "0.1.5", + "version": "0.1.6", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@unoff/cli", - "version": "0.1.5", + "version": "0.1.6", "license": "MPL-2.0", "dependencies": { "chalk": "^5.3.0", diff --git a/package.json b/package.json index b71682f..3ca4d5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@unoff/cli", - "version": "0.1.5", + "version": "0.1.6", "description": "A CLI tool to create plugins for Figma, Penpot, Sketch, and Framer", "main": "dist/index.js", "type": "module", diff --git a/src/commands/add.ts b/src/commands/add.ts index 11ba85b..0aab422 100644 --- a/src/commands/add.ts +++ b/src/commands/add.ts @@ -227,7 +227,7 @@ export async function addSkills() { type: 'input', name: 'submodulePath', message: 'Where do you want to add the skills submodule?', - default: 'skills', + default: '.claude/skills/unoff-create-skills', }, ]) diff --git a/templates/figma b/templates/figma index 8b3aae4..027371a 160000 --- a/templates/figma +++ b/templates/figma @@ -1 +1 @@ -Subproject commit 8b3aae4d424328c5e0585bd198e4e417ed430e60 +Subproject commit 027371a3c77fbeeef3fb031009d074df29fecc34