You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cli): removed unused dependencies from project template
Remove the following dependencie:
- `mocha`
- `@types/mocha`
- `source-map-support`
These dependencies are not needed because `mocha` is invoked via
`lb-mocha` from `@loopback/build`.
0 commit comments