18
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 01 Mar 2024
18 points (95.0% liked)
JavaScript
1968 readers
1 users here now
founded 1 year ago
MODERATORS
Exactly. If nobody ever runs
npm install <yourpackage>
, don't worry about it. (Like, literally, you can put half your dependences independencies
and half indevDependencies
and it will be fine.)If you do, then every dependency the person who runs that command doesn't necessarily need goes into your
devDependencies
.