Skip to content

Commit 734a4fd

Browse files
hotfix: move production package to "dependencies" (#399)
1 parent 8dace21 commit 734a4fd

File tree

3 files changed

+19
-32
lines changed

3 files changed

+19
-32
lines changed

.changeset/red-oranges-attend.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'task-master-ai': patch
3+
---
4+
5+
Fix ERR_MODULE_NOT_FOUND when trying to run MCP Server

package-lock.json

Lines changed: 8 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,11 @@
6464
"ollama-ai-provider": "^1.2.0",
6565
"openai": "^4.89.0",
6666
"ora": "^8.2.0",
67-
"uuid": "^11.1.0"
67+
"uuid": "^11.1.0",
68+
"boxen": "^8.0.1",
69+
"chalk": "^5.4.1",
70+
"cli-table3": "^0.6.5",
71+
"zod": "^3.23.8"
6872
},
6973
"engines": {
7074
"node": ">=14.0.0"
@@ -96,9 +100,6 @@
96100
"@changesets/changelog-github": "^0.5.1",
97101
"@changesets/cli": "^2.28.1",
98102
"@types/jest": "^29.5.14",
99-
"boxen": "^8.0.1",
100-
"chalk": "^5.4.1",
101-
"cli-table3": "^0.6.5",
102103
"execa": "^8.0.1",
103104
"ink": "^5.0.1",
104105
"jest": "^29.7.0",
@@ -108,7 +109,6 @@
108109
"prettier": "^3.5.3",
109110
"react": "^18.3.1",
110111
"supertest": "^7.1.0",
111-
"tsx": "^4.16.2",
112-
"zod": "^3.23.8"
112+
"tsx": "^4.16.2"
113113
}
114114
}

0 commit comments

Comments
 (0)