depth-first-thinking 1.0.1 → 1.0.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/dft +0 -0
- package/package.json +2 -6
package/dist/dft
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "depth-first-thinking",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "A terminal-based task manager with depth-first navigation. Break down tasks into subtasks, navigate recursively, and track progress.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -30,11 +30,7 @@
|
|
|
30
30
|
"bin": {
|
|
31
31
|
"dft": "dist/dft"
|
|
32
32
|
},
|
|
33
|
-
"files": [
|
|
34
|
-
"dist",
|
|
35
|
-
"README.md",
|
|
36
|
-
"LICENSE"
|
|
37
|
-
],
|
|
33
|
+
"files": ["dist", "README.md", "LICENSE"],
|
|
38
34
|
"engines": {
|
|
39
35
|
"bun": ">=1.0.0"
|
|
40
36
|
},
|