Commit 5cf39f2
fix(non-monorepo): correct devDependency from 'turb' to 'turbo' (#10526)
Fixes #10523
This PR updates the `non-monorepo` template to use the correct `turbo`
package as a devDependency instead of the incorrect `turb`.
### Changes
- Updated `template/package.json` in the `non-monorepo` example to use
`"turbo"` as a `devDependency`.
### Context
Previously, running `npx create-turbo@latest -e non-monorepo` would
generate a project with `turb` listed in `devDependencies`, causing
confusion and requiring users to manually install `turbo`.
This fix ensures new projects created from this template have the
correct dependency out of the box.
Let me know if there’s anything else I should adjust!
---------
Co-authored-by: Anthony Shew <anthonyshew@gmail.com>
Co-authored-by: Anthony Shew <anthony.shew@vercel.com>1 parent 80265f7 commit 5cf39f2
2 files changed
Lines changed: 2045 additions & 1976 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments