Commit 216766f
authored
fix: move CLI dependencies from devDependencies to dependencies (#38)
Moves 'commander' and 'chalk' from devDependencies to dependencies to
fix ERR_MODULE_NOT_FOUND errors when running CLI commands via pnpm exec
tidewave in consuming projects.
These packages are required at runtime for CLI functionality and should
be available when tidewave is installed as a dependency.1 parent 43a379d commit 216766f
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
74 | 76 | | |
75 | 77 | | |
76 | 78 | | |
| |||
84 | 86 | | |
85 | 87 | | |
86 | 88 | | |
87 | | - | |
88 | | - | |
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
| |||
0 commit comments