Fix bin path (remove ./)

This commit is contained in:
Lex Christopherson
2025-12-15 10:18:10 -06:00
parent 522b2613fe
commit 4e5deb87e7
3 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

BIN
commands/.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -3,7 +3,7 @@
"version": "1.0.4",
"description": "A meta-prompting, context engineering and spec-driven development system for Claude Code by TÂCHES.",
"bin": {
"get-shit-done-cc": "./bin/install.js"
"get-shit-done-cc": "bin/install.js"
},
"files": [
"bin",