We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93a90f2 commit ec896f3Copy full SHA for ec896f3
rewatch/src/build/packages.rs
@@ -245,7 +245,7 @@ pub fn read_config(package_dir: &Path) -> Result<config::Config> {
245
if config.dependency_info.dev_dependencies.deprecation_warning {
246
deprecation_registry::log_deprecated_field(
247
"bs-dev-dependencies",
248
- "devDependencies",
+ "dev-dependencies",
249
&config_path,
250
);
251
}
0 commit comments