dart-lang / webdev

A CLI for Dart web development.
https://pub.dev/packages/webdev
212 stars 75 forks source link

Prefer installation as a dev-dependency #2511

Open sigurdm opened 1 month ago

sigurdm commented 1 month ago

Fixes https://github.com/dart-lang/webdev/issues/2497

Removes the version checks of pubspec.lock. These now come "for free" by virtue of the pub version solver.