taskin 1.0.4 → 1.0.5

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.
Files changed (1) hide show
  1. package/package.json +1 -5
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "taskin",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "description": "Task management system integrated with Git workflows",
5
5
  "motivation": "Provide a CLI tool for task management integrated with Git workflows",
6
6
  "solve": "Simplifies task tracking and management directly from the command line",
@@ -76,10 +76,6 @@
76
76
  "typecheck": "tsc --noEmit"
77
77
  },
78
78
  "dependencies": {
79
- "@opentask/taskin-fs-provider": "workspace:*",
80
- "@opentask/taskin-task-manager": "workspace:*",
81
- "@opentask/taskin-types": "workspace:*",
82
- "@opentask/taskin-utils": "workspace:*",
83
79
  "@types/inquirer": "^9.0.9",
84
80
  "@types/play-sound": "^1.1.2",
85
81
  "chalk": "^5.6.2",