js-beautify
should be listed in dependencies
while @types/js-beautify
should be listed in devDependencies
.
#231
Labels
bug
Something isn't working
Bug
It's my mistake missing this in the review of #223 .
In a project,
dependencies
are packages required at runtime, whiledevDependencies
are only needed during development. Therefore,js-beautify
should be independencies
since it's used in the app, and@types/js-beautify
should be indevDependencies
as it's only used for type checking during development.yscope-log-viewer version
eb3769a
Environment
unrelated - code issue
Reproduction steps
see https://github.com/y-scope/yscope-log-viewer/blob/eb3769a6f343fd000740651c9616d4360aff4fa2/package.json
The text was updated successfully, but these errors were encountered: